Html Css Color HEX #36913A Japanese Laurel

📋 copy color: '#36913A'

red 54 ◦ green 145 ◦ blue 58

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

Shades of Japanese Laurel #36913A

Tints of Japanese Laurel #36913A

RGB

 RED value IS 54 (21.48% from 255) = 21.01%

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

 BLUE value IS 58 (23.05% from 255) = 22.57%

R = 21.01%
G = 56.42%
B = 22.57%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.6

 K value IS 0.43

RGB Variations

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

Color information

#36913A (or 0x36913A) is known color: Japanese Laurel. HEX triplet: 36, 91 and 3A. RGB value is (54,145,58). Sum of RGB (Red+Green+Blue) = 54+145+58=257 (34% of max value = 765). Red value is 54 (21.48% from 255 or 21.01% from 257); Green value is 145 (57.03% from 255 or 56.42% from 257); Blue value is 58 (23.05% from 255 or 22.57% from 257); Max value from RGB is 145 - color contains mainly: green. Hex color #36913A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36913A is #C96EC5. Grayscale: #6C6C6C. Windows color (decimal): -13201094 or 3838262. OLE color: 3838262.

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

Color convert

RGB 54 145 58 -
CMYK 0.63 0 0.6 0.43
HSL 122.64º 0.46% 0.39% -
HSV(B) 122.64º 0.63% 0.57% -
XYZ 12.41 21.34 7.47 -
YUV 107.87 99.85 89.57 -
System Red Green Blue C M Y K H S L
Decimal 54 145 58 0.63 0 0.6 0.43 122.64 0.46 0.39
Hex 36 91 3A 3F 0 3C 2B 7B 2E 27
Octal 66 221 72 77 0 74 53 173 56 47
Binary 110110 10010001 111010 111111 0 111100 101011 1111011 101110 100111

Color Harmonies of #36913A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36913A

Black with #36913A

Text Example


Text Example

White with #36913A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36913A; }

 p { color: rgb(54,145,58); }

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

background-color css

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

 a { background-color: rgb(54,145,58); }

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

border-color css

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

 span { border-color: rgb(54,145,58); }

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