Html Css Color HEX #356F3B Japanese Laurel

📋 copy color: '#356F3B'

red 53 ◦ green 111 ◦ blue 59

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

Shades of Japanese Laurel #356F3B

Tints of Japanese Laurel #356F3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 26.46%

R = 23.77%
G = 49.78%
B = 26.46%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.47

 K value IS 0.56

RGB Variations

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

Color information

#356F3B (or 0x356F3B) is known color: Japanese Laurel. HEX triplet: 35, 6F and 3B. RGB value is (53,111,59). Sum of RGB (Red+Green+Blue) = 53+111+59=223 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.77% from 223); Green value is 111 (43.75% from 255 or 49.78% from 223); Blue value is 59 (23.44% from 255 or 26.46% from 223); Max value from RGB is 111 - color contains mainly: green. Hex color #356F3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356F3B is #CA90C4. Grayscale: #575757. Windows color (decimal): -13275333 or 3895093. OLE color: 3895093.

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

Color convert

RGB 53 111 59 -
CMYK 0.52 0 0.47 0.56
HSL 126.21º 0.35% 0.32% -
HSV(B) 126.21º 0.52% 0.44% -
XYZ 7.94 12.44 6.12 -
YUV 87.73 111.78 103.23 -
System Red Green Blue C M Y K H S L
Decimal 53 111 59 0.52 0 0.47 0.56 126.21 0.35 0.32
Hex 35 6F 3B 34 0 2F 38 7E 23 20
Octal 65 157 73 64 0 57 70 176 43 40
Binary 110101 1101111 111011 110100 0 101111 111000 1111110 100011 100000

Color Harmonies of #356F3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356F3B

Black with #356F3B

Text Example


Text Example

White with #356F3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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