Html Css Color HEX #36713C Japanese Laurel

📋 copy color: '#36713C'

red 54 ◦ green 113 ◦ blue 60

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

Shades of Japanese Laurel #36713C

Tints of Japanese Laurel #36713C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 26.43%

R = 23.79%
G = 49.78%
B = 26.43%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.47

 K value IS 0.56

RGB Variations

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

Color information

#36713C (or 0x36713C) is known color: Japanese Laurel. HEX triplet: 36, 71 and 3C. RGB value is (54,113,60). Sum of RGB (Red+Green+Blue) = 54+113+60=227 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.79% from 227); Green value is 113 (44.53% from 255 or 49.78% from 227); Blue value is 60 (23.83% from 255 or 26.43% from 227); Max value from RGB is 113 - color contains mainly: green. Hex color #36713C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36713C is #C98EC3. Grayscale: #595959. Windows color (decimal): -13209284 or 3961142. OLE color: 3961142.

HSL color Cylindrical-coordinate representation of color #36713C: hue angle of 126.1º 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 #36713C is Cyan = 0.52, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.56.

Color convert

RGB 54 113 60 -
CMYK 0.52 0 0.47 0.56
HSL 126.1º 0.35% 0.33% -
HSV(B) 126.1º 0.52% 0.44% -
XYZ 8.24 12.92 6.33 -
YUV 89.32 111.45 102.81 -
System Red Green Blue C M Y K H S L
Decimal 54 113 60 0.52 0 0.47 0.56 126.1 0.35 0.33
Hex 36 71 3C 34 0 2F 38 7E 23 21
Octal 66 161 74 64 0 57 70 176 43 41
Binary 110110 1110001 111100 110100 0 101111 111000 1111110 100011 100001

Color Harmonies of #36713C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36713C

Black with #36713C

Text Example


Text Example

White with #36713C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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