Html Css Color HEX #359139 Japanese Laurel

📋 copy color: '#359139'

red 53 ◦ green 145 ◦ blue 57

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

Shades of Japanese Laurel #359139

Tints of Japanese Laurel #359139

RGB

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

 GREEN value IS 145 (57.03% from 255) = 56.86%

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

R = 20.78%
G = 56.86%
B = 22.35%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.61

 K value IS 0.43

RGB Variations

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

Color information

#359139 (or 0x359139) is known color: Japanese Laurel. HEX triplet: 35, 91 and 39. RGB value is (53,145,57). Sum of RGB (Red+Green+Blue) = 53+145+57=255 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.78% from 255); Green value is 145 (57.03% from 255 or 56.86% from 255); Blue value is 57 (22.66% from 255 or 22.35% from 255); Max value from RGB is 145 - color contains mainly: green. Hex color #359139 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359139 is #CA6EC6. Grayscale: #6B6B6B. Windows color (decimal): -13266631 or 3772725. OLE color: 3772725.

HSL color Cylindrical-coordinate representation of color #359139: hue angle of 122.61º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #359139 is Cyan = 0.63, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.43.

Color convert

RGB 53 145 57 -
CMYK 0.63 0 0.61 0.43
HSL 122.61º 0.46% 0.39% -
HSV(B) 122.61º 0.63% 0.57% -
XYZ 12.33 21.3 7.33 -
YUV 107.46 99.52 89.16 -
System Red Green Blue C M Y K H S L
Decimal 53 145 57 0.63 0 0.61 0.43 122.61 0.46 0.39
Hex 35 91 39 3F 0 3D 2B 7B 2E 27
Octal 65 221 71 77 0 75 53 173 56 47
Binary 110101 10010001 111001 111111 0 111101 101011 1111011 101110 100111

Color Harmonies of #359139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359139

Black with #359139

Text Example


Text Example

White with #359139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359139; }

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

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

background-color css

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

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

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

border-color css

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

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

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