Html Css Color HEX #359138 Japanese Laurel

📋 copy color: '#359138'

red 53 ◦ green 145 ◦ blue 56

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

Shades of Japanese Laurel #359138

Tints of Japanese Laurel #359138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 22.05%

R = 20.87%
G = 57.09%
B = 22.05%

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

#359138 (or 0x359138) is known color: Japanese Laurel. HEX triplet: 35, 91 and 38. RGB value is (53,145,56). Sum of RGB (Red+Green+Blue) = 53+145+56=254 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.87% from 254); Green value is 145 (57.03% from 255 or 57.09% from 254); Blue value is 56 (22.27% from 255 or 22.05% from 254); Max value from RGB is 145 - color contains mainly: green. Hex color #359138 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359138 is #CA6EC7. Grayscale: #6B6B6B. Windows color (decimal): -13266632 or 3707189. OLE color: 3707189.

HSL color Cylindrical-coordinate representation of color #359138: hue angle of 121.96º 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 #359138 is Cyan = 0.63, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.43.

Color convert

RGB 53 145 56 -
CMYK 0.63 0 0.61 0.43
HSL 121.96º 0.46% 0.39% -
HSV(B) 121.96º 0.63% 0.57% -
XYZ 12.31 21.29 7.2 -
YUV 107.35 99.02 89.24 -
System Red Green Blue C M Y K H S L
Decimal 53 145 56 0.63 0 0.61 0.43 121.96 0.46 0.39
Hex 35 91 38 3F 0 3D 2B 7A 2E 27
Octal 65 221 70 77 0 75 53 172 56 47
Binary 110101 10010001 111000 111111 0 111101 101011 1111010 101110 100111

Color Harmonies of #359138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359138

Black with #359138

Text Example


Text Example

White with #359138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359138; }

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

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

background-color css

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

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

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

border-color css

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

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

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