Html Css Color HEX #36863F Japanese Laurel

📋 copy color: '#36863F'

red 54 ◦ green 134 ◦ blue 63

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

Shades of Japanese Laurel #36863F

Tints of Japanese Laurel #36863F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 25.1%

R = 21.51%
G = 53.39%
B = 25.1%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#36863F (or 0x36863F) is known color: Japanese Laurel. HEX triplet: 36, 86 and 3F. RGB value is (54,134,63). Sum of RGB (Red+Green+Blue) = 54+134+63=251 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.51% from 251); Green value is 134 (52.73% from 255 or 53.39% from 251); Blue value is 63 (25% from 255 or 25.10% from 251); Max value from RGB is 134 - color contains mainly: green. Hex color #36863F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36863F is #C979C0. Grayscale: #666666. Windows color (decimal): -13203905 or 4163126. OLE color: 4163126.

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

Color convert

RGB 54 134 63 -
CMYK 0.60 0 0.53 0.47
HSL 126.75º 0.43% 0.37% -
HSV(B) 126.75º 0.6% 0.53% -
XYZ 10.94 18.19 7.64 -
YUV 101.99 106 93.77 -
System Red Green Blue C M Y K H S L
Decimal 54 134 63 0.60 0 0.53 0.47 126.75 0.43 0.37
Hex 36 86 3F 3C 0 35 2F 7F 2B 25
Octal 66 206 77 74 0 65 57 177 53 45
Binary 110110 10000110 111111 111100 0 110101 101111 1111111 101011 100101

Color Harmonies of #36863F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36863F

Black with #36863F

Text Example


Text Example

White with #36863F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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