Html Css Color HEX #36713F Japanese Laurel

📋 copy color: '#36713F'

red 54 ◦ green 113 ◦ blue 63

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

Shades of Japanese Laurel #36713F

Tints of Japanese Laurel #36713F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 49.13%

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

R = 23.48%
G = 49.13%
B = 27.39%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#36713F (or 0x36713F) is known color: Japanese Laurel. HEX triplet: 36, 71 and 3F. RGB value is (54,113,63). Sum of RGB (Red+Green+Blue) = 54+113+63=230 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.48% from 230); Green value is 113 (44.53% from 255 or 49.13% from 230); Blue value is 63 (25% from 255 or 27.39% from 230); Max value from RGB is 113 - color contains mainly: green. Hex color #36713F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36713F is #C98EC0. Grayscale: #595959. Windows color (decimal): -13209281 or 4157750. OLE color: 4157750.

HSL color Cylindrical-coordinate representation of color #36713F: hue angle of 129.15º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #36713F is Cyan = 0.52, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.56.

Color convert

RGB 54 113 63 -
CMYK 0.52 0 0.44 0.56
HSL 129.15º 0.35% 0.33% -
HSV(B) 129.15º 0.52% 0.44% -
XYZ 8.32 12.95 6.76 -
YUV 89.66 112.95 102.57 -
System Red Green Blue C M Y K H S L
Decimal 54 113 63 0.52 0 0.44 0.56 129.15 0.35 0.33
Hex 36 71 3F 34 0 2C 38 81 23 21
Octal 66 161 77 64 0 54 70 201 43 41
Binary 110110 1110001 111111 110100 0 101100 111000 10000001 100011 100001

Color Harmonies of #36713F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36713F

Black with #36713F

Text Example


Text Example

White with #36713F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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