Html Css Color HEX #358830 Japanese Laurel

📋 copy color: '#358830'

red 53 ◦ green 136 ◦ blue 48

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

Shades of Japanese Laurel #358830

Tints of Japanese Laurel #358830

RGB

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

 GREEN value IS 136 (53.52% from 255) = 57.38%

 BLUE value IS 48 (19.14% from 255) = 20.25%

R = 22.36%
G = 57.38%
B = 20.25%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#358830 (or 0x358830) is known color: Japanese Laurel. HEX triplet: 35, 88 and 30. RGB value is (53,136,48). Sum of RGB (Red+Green+Blue) = 53+136+48=237 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.36% from 237); Green value is 136 (53.52% from 255 or 57.38% from 237); Blue value is 48 (19.14% from 255 or 20.25% from 237); Max value from RGB is 136 - color contains mainly: green. Hex color #358830 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358830 is #CA77CF. Grayscale: #656565. Windows color (decimal): -13268944 or 3180597. OLE color: 3180597.

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

Color convert

RGB 53 136 48 -
CMYK 0.61 0 0.65 0.47
HSL 116.59º 0.48% 0.36% -
HSV(B) 116.59º 0.65% 0.53% -
XYZ 10.81 18.58 5.81 -
YUV 101.15 98 93.66 -
System Red Green Blue C M Y K H S L
Decimal 53 136 48 0.61 0 0.65 0.47 116.59 0.48 0.36
Hex 35 88 30 3D 0 41 2F 75 30 24
Octal 65 210 60 75 0 101 57 165 60 44
Binary 110101 10001000 110000 111101 0 1000001 101111 1110101 110000 100100

Color Harmonies of #358830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358830

Black with #358830

Text Example


Text Example

White with #358830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358830; }

 p { color: rgb(53,136,48); }

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

background-color css

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

 a { background-color: rgb(53,136,48); }

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

border-color css

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

 span { border-color: rgb(53,136,48); }

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