Html Css Color HEX #359038 Japanese Laurel

📋 copy color: '#359038'

red 53 ◦ green 144 ◦ blue 56

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

Shades of Japanese Laurel #359038

Tints of Japanese Laurel #359038

RGB

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

 GREEN value IS 144 (56.64% from 255) = 56.92%

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

R = 20.95%
G = 56.92%
B = 22.13%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.61

 K value IS 0.44

RGB Variations

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

Color information

#359038 (or 0x359038) is known color: Japanese Laurel. HEX triplet: 35, 90 and 38. RGB value is (53,144,56). Sum of RGB (Red+Green+Blue) = 53+144+56=253 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.95% from 253); Green value is 144 (56.64% from 255 or 56.92% from 253); Blue value is 56 (22.27% from 255 or 22.13% from 253); Max value from RGB is 144 - color contains mainly: green. Hex color #359038 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359038 is #CA6FC7. Grayscale: #6B6B6B. Windows color (decimal): -13266888 or 3706933. OLE color: 3706933.

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

Color convert

RGB 53 144 56 -
CMYK 0.63 0 0.61 0.44
HSL 121.98º 0.46% 0.39% -
HSV(B) 121.98º 0.63% 0.56% -
XYZ 12.16 20.99 7.15 -
YUV 106.76 99.35 89.66 -
System Red Green Blue C M Y K H S L
Decimal 53 144 56 0.63 0 0.61 0.44 121.98 0.46 0.39
Hex 35 90 38 3F 0 3D 2C 7A 2E 27
Octal 65 220 70 77 0 75 54 172 56 47
Binary 110101 10010000 111000 111111 0 111101 101100 1111010 101110 100111

Color Harmonies of #359038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359038

Black with #359038

Text Example


Text Example

White with #359038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359038; }

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

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

background-color css

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

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

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

border-color css

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

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

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