Html Css Color HEX #358539 Japanese Laurel

📋 copy color: '#358539'

red 53 ◦ green 133 ◦ blue 57

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

Shades of Japanese Laurel #358539

Tints of Japanese Laurel #358539

RGB

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

 GREEN value IS 133 (52.34% from 255) = 54.73%

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

R = 21.81%
G = 54.73%
B = 23.46%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.57

 K value IS 0.48

RGB Variations

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

Color information

#358539 (or 0x358539) is known color: Japanese Laurel. HEX triplet: 35, 85 and 39. RGB value is (53,133,57). Sum of RGB (Red+Green+Blue) = 53+133+57=243 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.81% from 243); Green value is 133 (52.34% from 255 or 54.73% from 243); Blue value is 57 (22.66% from 255 or 23.46% from 243); Max value from RGB is 133 - color contains mainly: green. Hex color #358539 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358539 is #CA7AC6. Grayscale: #646464. Windows color (decimal): -13269703 or 3769653. OLE color: 3769653.

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

Color convert

RGB 53 133 57 -
CMYK 0.60 0 0.57 0.48
HSL 123º 0.43% 0.36% -
HSV(B) 123º 0.6% 0.52% -
XYZ 10.59 17.83 6.75 -
YUV 100.42 103.5 94.18 -
System Red Green Blue C M Y K H S L
Decimal 53 133 57 0.60 0 0.57 0.48 123 0.43 0.36
Hex 35 85 39 3C 0 39 30 7B 2B 24
Octal 65 205 71 74 0 71 60 173 53 44
Binary 110101 10000101 111001 111100 0 111001 110000 1111011 101011 100100

Color Harmonies of #358539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358539

Black with #358539

Text Example


Text Example

White with #358539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358539; }

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

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

background-color css

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

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

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

border-color css

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

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

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