Html Css Color HEX #357334 Japanese Laurel

📋 copy color: '#357334'

red 53 ◦ green 115 ◦ blue 52

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

Shades of Japanese Laurel #357334

Tints of Japanese Laurel #357334

RGB

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

 GREEN value IS 115 (45.31% from 255) = 52.27%

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

R = 24.09%
G = 52.27%
B = 23.64%

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

#357334 (or 0x357334) is known color: Japanese Laurel. HEX triplet: 35, 73 and 34. RGB value is (53,115,52). Sum of RGB (Red+Green+Blue) = 53+115+52=220 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.09% from 220); Green value is 115 (45.31% from 255 or 52.27% from 220); Blue value is 52 (20.70% from 255 or 23.64% from 220); Max value from RGB is 115 - color contains mainly: green. Hex color #357334 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357334 is #CA8CCB. Grayscale: #595959. Windows color (decimal): -13274316 or 3437365. OLE color: 3437365.

HSL color Cylindrical-coordinate representation of color #357334: hue angle of 119.05º 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 #357334 is Cyan = 0.54, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.55.

Color convert

RGB 53 115 52 -
CMYK 0.54 0 0.55 0.55
HSL 119.05º 0.38% 0.33% -
HSV(B) 119.05º 0.55% 0.45% -
XYZ 8.22 13.27 5.38 -
YUV 89.28 106.96 102.12 -
System Red Green Blue C M Y K H S L
Decimal 53 115 52 0.54 0 0.55 0.55 119.05 0.38 0.33
Hex 35 73 34 36 0 37 37 77 26 21
Octal 65 163 64 66 0 67 67 167 46 41
Binary 110101 1110011 110100 110110 0 110111 110111 1110111 100110 100001

Color Harmonies of #357334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357334

Black with #357334

Text Example


Text Example

White with #357334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357334; }

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

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

background-color css

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

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

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

border-color css

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

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

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