Html Css Color HEX #358030 Japanese Laurel

📋 copy color: '#358030'

red 53 ◦ green 128 ◦ blue 48

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

Shades of Japanese Laurel #358030

Tints of Japanese Laurel #358030

RGB

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

 GREEN value IS 128 (50.39% from 255) = 55.9%

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

R = 23.14%
G = 55.9%
B = 20.96%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.62

 K value IS 0.50

RGB Variations

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

Color information

#358030 (or 0x358030) is known color: Japanese Laurel. HEX triplet: 35, 80 and 30. RGB value is (53,128,48). Sum of RGB (Red+Green+Blue) = 53+128+48=229 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.14% from 229); Green value is 128 (50.39% from 255 or 55.90% from 229); Blue value is 48 (19.14% from 255 or 20.96% from 229); Max value from RGB is 128 - color contains mainly: green. Hex color #358030 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358030 is #CA7FCF. Grayscale: #606060. Windows color (decimal): -13270992 or 3178549. OLE color: 3178549.

HSL color Cylindrical-coordinate representation of color #358030: hue angle of 116.25º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #358030 is Cyan = 0.59, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.50.

Color convert

RGB 53 128 48 -
CMYK 0.59 0 0.62 0.50
HSL 116.25º 0.45% 0.35% -
HSV(B) 116.25º 0.63% 0.5% -
XYZ 9.72 16.41 5.45 -
YUV 96.46 100.65 97 -
System Red Green Blue C M Y K H S L
Decimal 53 128 48 0.59 0 0.62 0.50 116.25 0.45 0.35
Hex 35 80 30 3B 0 3E 32 74 2D 23
Octal 65 200 60 73 0 76 62 164 55 43
Binary 110101 10000000 110000 111011 0 111110 110010 1110100 101101 100011

Color Harmonies of #358030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358030

Black with #358030

Text Example


Text Example

White with #358030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358030; }

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

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

background-color css

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

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

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

border-color css

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

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

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