Html Css Color HEX #36743B Japanese Laurel

📋 copy color: '#36743B'

red 54 ◦ green 116 ◦ blue 59

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

Shades of Japanese Laurel #36743B

Tints of Japanese Laurel #36743B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 50.66%

 BLUE value IS 59 (23.44% from 255) = 25.76%

R = 23.58%
G = 50.66%
B = 25.76%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.49

 K value IS 0.55

RGB Variations

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

Color information

#36743B (or 0x36743B) is known color: Japanese Laurel. HEX triplet: 36, 74 and 3B. RGB value is (54,116,59). Sum of RGB (Red+Green+Blue) = 54+116+59=229 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.58% from 229); Green value is 116 (45.70% from 255 or 50.66% from 229); Blue value is 59 (23.44% from 255 or 25.76% from 229); Max value from RGB is 116 - color contains mainly: green. Hex color #36743B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36743B is #C98BC4. Grayscale: #5B5B5B. Windows color (decimal): -13208517 or 3896374. OLE color: 3896374.

HSL color Cylindrical-coordinate representation of color #36743B: hue angle of 124.84º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #36743B is Cyan = 0.53, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.55.

Color convert

RGB 54 116 59 -
CMYK 0.53 0 0.49 0.55
HSL 124.84º 0.36% 0.33% -
HSV(B) 124.84º 0.53% 0.45% -
XYZ 8.56 13.59 6.31 -
YUV 90.96 109.96 101.63 -
System Red Green Blue C M Y K H S L
Decimal 54 116 59 0.53 0 0.49 0.55 124.84 0.36 0.33
Hex 36 74 3B 35 0 31 37 7D 24 21
Octal 66 164 73 65 0 61 67 175 44 41
Binary 110110 1110100 111011 110101 0 110001 110111 1111101 100100 100001

Color Harmonies of #36743B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36743B

Black with #36743B

Text Example


Text Example

White with #36743B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36743B; }

 p { color: rgb(54,116,59); }

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

background-color css

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

 a { background-color: rgb(54,116,59); }

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

border-color css

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

 span { border-color: rgb(54,116,59); }

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