Html Css Color HEX #358434 Japanese Laurel

📋 copy color: '#358434'

red 53 ◦ green 132 ◦ blue 52

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

Shades of Japanese Laurel #358434

Tints of Japanese Laurel #358434

RGB

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

 GREEN value IS 132 (51.95% from 255) = 55.7%

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

R = 22.36%
G = 55.7%
B = 21.94%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#358434 (or 0x358434) is known color: Japanese Laurel. HEX triplet: 35, 84 and 34. RGB value is (53,132,52). Sum of RGB (Red+Green+Blue) = 53+132+52=237 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.36% from 237); Green value is 132 (51.95% from 255 or 55.70% from 237); Blue value is 52 (20.70% from 255 or 21.94% from 237); Max value from RGB is 132 - color contains mainly: green. Hex color #358434 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358434 is #CA7BCB. Grayscale: #636363. Windows color (decimal): -13269964 or 3441717. OLE color: 3441717.

HSL color Cylindrical-coordinate representation of color #358434: hue angle of 119.25º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #358434 is Cyan = 0.60, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.48.

Color convert

RGB 53 132 52 -
CMYK 0.60 0 0.61 0.48
HSL 119.25º 0.43% 0.36% -
HSV(B) 119.25º 0.61% 0.52% -
XYZ 10.34 17.51 6.08 -
YUV 99.26 101.33 95 -
System Red Green Blue C M Y K H S L
Decimal 53 132 52 0.60 0 0.61 0.48 119.25 0.43 0.36
Hex 35 84 34 3C 0 3D 30 77 2B 24
Octal 65 204 64 74 0 75 60 167 53 44
Binary 110101 10000100 110100 111100 0 111101 110000 1110111 101011 100100

Color Harmonies of #358434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358434

Black with #358434

Text Example


Text Example

White with #358434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358434; }

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

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

background-color css

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

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

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

border-color css

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

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

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