Html Css Color HEX #368131 Japanese Laurel

📋 copy color: '#368131'

red 54 ◦ green 129 ◦ blue 49

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

Shades of Japanese Laurel #368131

Tints of Japanese Laurel #368131

RGB

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

 GREEN value IS 129 (50.78% from 255) = 55.6%

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

R = 23.28%
G = 55.6%
B = 21.12%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#368131 (or 0x368131) is known color: Japanese Laurel. HEX triplet: 36, 81 and 31. RGB value is (54,129,49). Sum of RGB (Red+Green+Blue) = 54+129+49=232 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.28% from 232); Green value is 129 (50.78% from 255 or 55.60% from 232); Blue value is 49 (19.53% from 255 or 21.12% from 232); Max value from RGB is 129 - color contains mainly: green. Hex color #368131 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368131 is #C97ECE. Grayscale: #616161. Windows color (decimal): -13205199 or 3244342. OLE color: 3244342.

HSL color Cylindrical-coordinate representation of color #368131: hue angle of 116.25º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #368131 is Cyan = 0.58, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB 54 129 49 -
CMYK 0.58 0 0.62 0.49
HSL 116.25º 0.45% 0.35% -
HSV(B) 116.25º 0.62% 0.51% -
XYZ 9.93 16.71 5.61 -
YUV 97.46 100.65 97 -
System Red Green Blue C M Y K H S L
Decimal 54 129 49 0.58 0 0.62 0.49 116.25 0.45 0.35
Hex 36 81 31 3A 0 3E 31 74 2D 23
Octal 66 201 61 72 0 76 61 164 55 43
Binary 110110 10000001 110001 111010 0 111110 110001 1110100 101101 100011

Color Harmonies of #368131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368131

Black with #368131

Text Example


Text Example

White with #368131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368131; }

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

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

background-color css

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

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

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

border-color css

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

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

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