Html Css Color HEX #357436 Japanese Laurel

📋 copy color: '#357436'

red 53 ◦ green 116 ◦ blue 54

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

Shades of Japanese Laurel #357436

Tints of Japanese Laurel #357436

RGB

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

 GREEN value IS 116 (45.7% from 255) = 52.02%

 BLUE value IS 54 (21.48% from 255) = 24.22%

R = 23.77%
G = 52.02%
B = 24.22%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#357436 (or 0x357436) is known color: Japanese Laurel. HEX triplet: 35, 74 and 36. RGB value is (53,116,54). Sum of RGB (Red+Green+Blue) = 53+116+54=223 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.77% from 223); Green value is 116 (45.70% from 255 or 52.02% from 223); Blue value is 54 (21.48% from 255 or 24.22% from 223); Max value from RGB is 116 - color contains mainly: green. Hex color #357436 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357436 is #CA8BC9. Grayscale: #5A5A5A. Windows color (decimal): -13274058 or 3568693. OLE color: 3568693.

HSL color Cylindrical-coordinate representation of color #357436: hue angle of 120.95º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #357436 is Cyan = 0.54, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.55.

Color convert

RGB 53 116 54 -
CMYK 0.54 0 0.53 0.55
HSL 120.95º 0.37% 0.33% -
HSV(B) 120.95º 0.54% 0.45% -
XYZ 8.38 13.51 5.66 -
YUV 90.1 107.63 101.54 -
System Red Green Blue C M Y K H S L
Decimal 53 116 54 0.54 0 0.53 0.55 120.95 0.37 0.33
Hex 35 74 36 36 0 35 37 79 25 21
Octal 65 164 66 66 0 65 67 171 45 41
Binary 110101 1110100 110110 110110 0 110101 110111 1111001 100101 100001

Color Harmonies of #357436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357436

Black with #357436

Text Example


Text Example

White with #357436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357436; }

 p { color: rgb(53,116,54); }

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

background-color css

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

 a { background-color: rgb(53,116,54); }

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

border-color css

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

 span { border-color: rgb(53,116,54); }

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