Html Css Color HEX #36863D Japanese Laurel

📋 copy color: '#36863D'

red 54 ◦ green 134 ◦ blue 61

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

Shades of Japanese Laurel #36863D

Tints of Japanese Laurel #36863D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 24.5%

R = 21.69%
G = 53.82%
B = 24.5%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#36863D (or 0x36863D) is known color: Japanese Laurel. HEX triplet: 36, 86 and 3D. RGB value is (54,134,61). Sum of RGB (Red+Green+Blue) = 54+134+61=249 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.69% from 249); Green value is 134 (52.73% from 255 or 53.82% from 249); Blue value is 61 (24.22% from 255 or 24.50% from 249); Max value from RGB is 134 - color contains mainly: green. Hex color #36863D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36863D is #C979C2. Grayscale: #656565. Windows color (decimal): -13203907 or 4032054. OLE color: 4032054.

HSL color Cylindrical-coordinate representation of color #36863D: hue angle of 125.25º 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 #36863D is Cyan = 0.60, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB 54 134 61 -
CMYK 0.60 0 0.54 0.47
HSL 125.25º 0.43% 0.37% -
HSV(B) 125.25º 0.6% 0.53% -
XYZ 10.89 18.17 7.35 -
YUV 101.76 105 93.94 -
System Red Green Blue C M Y K H S L
Decimal 54 134 61 0.60 0 0.54 0.47 125.25 0.43 0.37
Hex 36 86 3D 3C 0 36 2F 7D 2B 25
Octal 66 206 75 74 0 66 57 175 53 45
Binary 110110 10000110 111101 111100 0 110110 101111 1111101 101011 100101

Color Harmonies of #36863D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36863D

Black with #36863D

Text Example


Text Example

White with #36863D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36863D; }

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

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

background-color css

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

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

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

border-color css

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

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

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