Html Css Color HEX #368638 Japanese Laurel

📋 copy color: '#368638'

red 54 ◦ green 134 ◦ blue 56

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

Shades of Japanese Laurel #368638

Tints of Japanese Laurel #368638

RGB

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

 GREEN value IS 134 (52.73% from 255) = 54.92%

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

R = 22.13%
G = 54.92%
B = 22.95%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.58

 K value IS 0.47

RGB Variations

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

Color information

#368638 (or 0x368638) is known color: Japanese Laurel. HEX triplet: 36, 86 and 38. RGB value is (54,134,56). Sum of RGB (Red+Green+Blue) = 54+134+56=244 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.13% from 244); Green value is 134 (52.73% from 255 or 54.92% from 244); Blue value is 56 (22.27% from 255 or 22.95% from 244); Max value from RGB is 134 - color contains mainly: green. Hex color #368638 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368638 is #C979C7. Grayscale: #656565. Windows color (decimal): -13203912 or 3704374. OLE color: 3704374.

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

Color convert

RGB 54 134 56 -
CMYK 0.60 0 0.58 0.47
HSL 121.5º 0.43% 0.37% -
HSV(B) 121.5º 0.6% 0.53% -
XYZ 10.76 18.12 6.67 -
YUV 101.19 102.5 94.34 -
System Red Green Blue C M Y K H S L
Decimal 54 134 56 0.60 0 0.58 0.47 121.5 0.43 0.37
Hex 36 86 38 3C 0 3A 2F 7A 2B 25
Octal 66 206 70 74 0 72 57 172 53 45
Binary 110110 10000110 111000 111100 0 111010 101111 1111010 101011 100101

Color Harmonies of #368638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368638

Black with #368638

Text Example


Text Example

White with #368638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368638; }

 p { color: rgb(54,134,56); }

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

background-color css

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

 a { background-color: rgb(54,134,56); }

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

border-color css

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

 span { border-color: rgb(54,134,56); }

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