Html Css Color HEX #358234 Japanese Laurel

📋 copy color: '#358234'

red 53 ◦ green 130 ◦ blue 52

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

Shades of Japanese Laurel #358234

Tints of Japanese Laurel #358234

RGB

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

 GREEN value IS 130 (51.17% from 255) = 55.32%

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

R = 22.55%
G = 55.32%
B = 22.13%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#358234 (or 0x358234) is known color: Japanese Laurel. HEX triplet: 35, 82 and 34. RGB value is (53,130,52). Sum of RGB (Red+Green+Blue) = 53+130+52=235 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.55% from 235); Green value is 130 (51.17% from 255 or 55.32% from 235); Blue value is 52 (20.70% from 255 or 22.13% from 235); Max value from RGB is 130 - color contains mainly: green. Hex color #358234 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358234 is #CA7DCB. Grayscale: #626262. Windows color (decimal): -13270476 or 3441205. OLE color: 3441205.

HSL color Cylindrical-coordinate representation of color #358234: hue angle of 119.23º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #358234 is Cyan = 0.59, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB 53 130 52 -
CMYK 0.59 0 0.60 0.49
HSL 119.23º 0.43% 0.36% -
HSV(B) 119.23º 0.6% 0.51% -
XYZ 10.07 16.97 5.99 -
YUV 98.09 101.99 95.84 -
System Red Green Blue C M Y K H S L
Decimal 53 130 52 0.59 0 0.60 0.49 119.23 0.43 0.36
Hex 35 82 34 3B 0 3C 31 77 2B 24
Octal 65 202 64 73 0 74 61 167 53 44
Binary 110101 10000010 110100 111011 0 111100 110001 1110111 101011 100100

Color Harmonies of #358234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358234

Black with #358234

Text Example


Text Example

White with #358234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358234; }

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

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

background-color css

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

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

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

border-color css

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

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

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