Html Css Color HEX #368031 Japanese Laurel

📋 copy color: '#368031'

red 54 ◦ green 128 ◦ blue 49

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

Shades of Japanese Laurel #368031

Tints of Japanese Laurel #368031

RGB

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

 GREEN value IS 128 (50.39% from 255) = 55.41%

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

R = 23.38%
G = 55.41%
B = 21.21%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.62

 K value IS 0.50

RGB Variations

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

Color information

#368031 (or 0x368031) is known color: Japanese Laurel. HEX triplet: 36, 80 and 31. RGB value is (54,128,49). Sum of RGB (Red+Green+Blue) = 54+128+49=231 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.38% from 231); Green value is 128 (50.39% from 255 or 55.41% from 231); Blue value is 49 (19.53% from 255 or 21.21% from 231); Max value from RGB is 128 - color contains mainly: green. Hex color #368031 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368031 is #C97FCE. Grayscale: #616161. Windows color (decimal): -13205455 or 3244086. OLE color: 3244086.

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

Color convert

RGB 54 128 49 -
CMYK 0.58 0 0.62 0.50
HSL 116.2º 0.45% 0.35% -
HSV(B) 116.2º 0.62% 0.5% -
XYZ 9.79 16.44 5.56 -
YUV 96.87 100.98 97.42 -
System Red Green Blue C M Y K H S L
Decimal 54 128 49 0.58 0 0.62 0.50 116.2 0.45 0.35
Hex 36 80 31 3A 0 3E 32 74 2D 23
Octal 66 200 61 72 0 76 62 164 55 43
Binary 110110 10000000 110001 111010 0 111110 110010 1110100 101101 100011

Color Harmonies of #368031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368031

Black with #368031

Text Example


Text Example

White with #368031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368031; }

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

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

background-color css

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

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

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

border-color css

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

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

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