Html Css Color HEX #356F2F Japanese Laurel

📋 copy color: '#356F2F'

red 53 ◦ green 111 ◦ blue 47

#356F2F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Japanese Laurel #356F2F

Tints of Japanese Laurel #356F2F

RGB

 RED value IS 53 (21.09% from 255) = 25.12%

 GREEN value IS 111 (43.75% from 255) = 52.61%

 BLUE value IS 47 (18.75% from 255) = 22.27%

R = 25.12%
G = 52.61%
B = 22.27%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.58

 K value IS 0.56

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#356F2F (or 0x356F2F) is known color: Japanese Laurel. HEX triplet: 35, 6F and 2F. RGB value is (53,111,47). Sum of RGB (Red+Green+Blue) = 53+111+47=211 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.12% from 211); Green value is 111 (43.75% from 255 or 52.61% from 211); Blue value is 47 (18.75% from 255 or 22.27% from 211); Max value from RGB is 111 - color contains mainly: green. Hex color #356F2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356F2F is #CA90D0. Grayscale: #565656. Windows color (decimal): -13275345 or 3108661. OLE color: 3108661.

HSL color Cylindrical-coordinate representation of color #356F2F: hue angle of 114.38º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #356F2F is Cyan = 0.52, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB 53 111 47 -
CMYK 0.52 0 0.58 0.56
HSL 114.38º 0.41% 0.31% -
HSV(B) 114.38º 0.58% 0.44% -
XYZ 7.67 12.33 4.67 -
YUV 86.36 105.78 104.2 -
System Red Green Blue C M Y K H S L
Decimal 53 111 47 0.52 0 0.58 0.56 114.38 0.41 0.31
Hex 35 6F 2F 34 0 3A 38 72 29 1F
Octal 65 157 57 64 0 72 70 162 51 37
Binary 110101 1101111 101111 110100 0 111010 111000 1110010 101001 11111

Color Harmonies of #356F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356F2F

Black with #356F2F

Text Example


Text Example

White with #356F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356F2F; }

 p { color: rgb(53,111,47); }

 H1.HeaderClassName
 {
   color: #356F2F;
 }
 .AnyTagClassName
 {
   color: #356F2F;
 }
</style>

background-color css

<style>
 a { background-color: #356F2F; }

 a { background-color: rgb(53,111,47); }

 div.DivClassName
 {
   background-color: #356F2F;
 }
 .BgClassName
 {
   background-color: #356F2F;
 }
</style>

border-color css

<style>
 span { border-color: #356F2F; }

 span { border-color: rgb(53,111,47); }

 td.TdClassName
 {
   border-color: #356F2F;
 }
 .TagClassName
 {
   border-color: #356F2F;
 }
</style>