Html Css Color HEX #358039 Japanese Laurel

📋 copy color: '#358039'

red 53 ◦ green 128 ◦ blue 57

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

Shades of Japanese Laurel #358039

Tints of Japanese Laurel #358039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 23.95%

R = 22.27%
G = 53.78%
B = 23.95%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.55

 K value IS 0.50

RGB Variations

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

Color information

#358039 (or 0x358039) is known color: Japanese Laurel. HEX triplet: 35, 80 and 39. RGB value is (53,128,57). Sum of RGB (Red+Green+Blue) = 53+128+57=238 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.27% from 238); Green value is 128 (50.39% from 255 or 53.78% from 238); Blue value is 57 (22.66% from 255 or 23.95% from 238); Max value from RGB is 128 - color contains mainly: green. Hex color #358039 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358039 is #CA7FC6. Grayscale: #616161. Windows color (decimal): -13270983 or 3768373. OLE color: 3768373.

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

Color convert

RGB 53 128 57 -
CMYK 0.59 0 0.55 0.50
HSL 123.2º 0.41% 0.35% -
HSV(B) 123.2º 0.59% 0.5% -
XYZ 9.93 16.49 6.53 -
YUV 97.48 105.15 96.27 -
System Red Green Blue C M Y K H S L
Decimal 53 128 57 0.59 0 0.55 0.50 123.2 0.41 0.35
Hex 35 80 39 3B 0 37 32 7B 29 23
Octal 65 200 71 73 0 67 62 173 51 43
Binary 110101 10000000 111001 111011 0 110111 110010 1111011 101001 100011

Color Harmonies of #358039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358039

Black with #358039

Text Example


Text Example

White with #358039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358039; }

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

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

background-color css

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

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

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

border-color css

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

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

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