Html Css Color HEX #358734 Japanese Laurel

📋 copy color: '#358734'

red 53 ◦ green 135 ◦ blue 52

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

Shades of Japanese Laurel #358734

Tints of Japanese Laurel #358734

RGB

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

 GREEN value IS 135 (53.13% from 255) = 56.25%

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

R = 22.08%
G = 56.25%
B = 21.67%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#358734 (or 0x358734) is known color: Japanese Laurel. HEX triplet: 35, 87 and 34. RGB value is (53,135,52). Sum of RGB (Red+Green+Blue) = 53+135+52=240 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.08% from 240); Green value is 135 (53.12% from 255 or 56.25% from 240); Blue value is 52 (20.70% from 255 or 21.67% from 240); Max value from RGB is 135 - color contains mainly: green. Hex color #358734 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358734 is #CA78CB. Grayscale: #656565. Windows color (decimal): -13269196 or 3442485. OLE color: 3442485.

HSL color Cylindrical-coordinate representation of color #358734: hue angle of 119.28º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #358734 is Cyan = 0.61, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.47.

Color convert

RGB 53 135 52 -
CMYK 0.61 0 0.61 0.47
HSL 119.28º 0.44% 0.37% -
HSV(B) 119.28º 0.61% 0.53% -
XYZ 10.75 18.33 6.22 -
YUV 101.02 100.33 93.75 -
System Red Green Blue C M Y K H S L
Decimal 53 135 52 0.61 0 0.61 0.47 119.28 0.44 0.37
Hex 35 87 34 3D 0 3D 2F 77 2C 25
Octal 65 207 64 75 0 75 57 167 54 45
Binary 110101 10000111 110100 111101 0 111101 101111 1110111 101100 100101

Color Harmonies of #358734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358734

Black with #358734

Text Example


Text Example

White with #358734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358734; }

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

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

background-color css

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

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

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

border-color css

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

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

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