Html Css Color HEX #357434 Japanese Laurel

📋 copy color: '#357434'

red 53 ◦ green 116 ◦ blue 52

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

Shades of Japanese Laurel #357434

Tints of Japanese Laurel #357434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 23.53%

R = 23.98%
G = 52.49%
B = 23.53%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.55

 K value IS 0.55

RGB Variations

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

Color information

#357434 (or 0x357434) is known color: Japanese Laurel. HEX triplet: 35, 74 and 34. RGB value is (53,116,52). Sum of RGB (Red+Green+Blue) = 53+116+52=221 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.98% from 221); Green value is 116 (45.70% from 255 or 52.49% from 221); Blue value is 52 (20.70% from 255 or 23.53% from 221); Max value from RGB is 116 - color contains mainly: green. Hex color #357434 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357434 is #CA8BCB. Grayscale: #5A5A5A. Windows color (decimal): -13274060 or 3437621. OLE color: 3437621.

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

Color convert

RGB 53 116 52 -
CMYK 0.54 0 0.55 0.55
HSL 119.06º 0.38% 0.33% -
HSV(B) 119.06º 0.55% 0.45% -
XYZ 8.33 13.5 5.41 -
YUV 89.87 106.63 101.7 -
System Red Green Blue C M Y K H S L
Decimal 53 116 52 0.54 0 0.55 0.55 119.06 0.38 0.33
Hex 35 74 34 36 0 37 37 77 26 21
Octal 65 164 64 66 0 67 67 167 46 41
Binary 110101 1110100 110100 110110 0 110111 110111 1110111 100110 100001

Color Harmonies of #357434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357434

Black with #357434

Text Example


Text Example

White with #357434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357434; }

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

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

background-color css

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

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

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

border-color css

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

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

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