Html Css Color HEX #368831 Japanese Laurel

📋 copy color: '#368831'

red 54 ◦ green 136 ◦ blue 49

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

Shades of Japanese Laurel #368831

Tints of Japanese Laurel #368831

RGB

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

 GREEN value IS 136 (53.52% from 255) = 56.9%

 BLUE value IS 49 (19.53% from 255) = 20.5%

R = 22.59%
G = 56.9%
B = 20.5%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#368831 (or 0x368831) is known color: Japanese Laurel. HEX triplet: 36, 88 and 31. RGB value is (54,136,49). Sum of RGB (Red+Green+Blue) = 54+136+49=239 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.59% from 239); Green value is 136 (53.52% from 255 or 56.90% from 239); Blue value is 49 (19.53% from 255 or 20.50% from 239); Max value from RGB is 136 - color contains mainly: green. Hex color #368831 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368831 is #C977CE. Grayscale: #656565. Windows color (decimal): -13203407 or 3246134. OLE color: 3246134.

HSL color Cylindrical-coordinate representation of color #368831: hue angle of 116.55º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #368831 is Cyan = 0.60, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB 54 136 49 -
CMYK 0.60 0 0.64 0.47
HSL 116.55º 0.47% 0.36% -
HSV(B) 116.55º 0.64% 0.53% -
XYZ 10.88 18.61 5.93 -
YUV 101.56 98.33 94.07 -
System Red Green Blue C M Y K H S L
Decimal 54 136 49 0.60 0 0.64 0.47 116.55 0.47 0.36
Hex 36 88 31 3C 0 40 2F 75 2F 24
Octal 66 210 61 74 0 100 57 165 57 44
Binary 110110 10001000 110001 111100 0 1000000 101111 1110101 101111 100100

Color Harmonies of #368831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368831

Black with #368831

Text Example


Text Example

White with #368831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368831; }

 p { color: rgb(54,136,49); }

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

background-color css

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

 a { background-color: rgb(54,136,49); }

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

border-color css

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

 span { border-color: rgb(54,136,49); }

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