Html Css Color HEX #36743D Japanese Laurel

📋 copy color: '#36743D'

red 54 ◦ green 116 ◦ blue 61

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

Shades of Japanese Laurel #36743D

Tints of Japanese Laurel #36743D

RGB

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

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

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

R = 23.38%
G = 50.22%
B = 26.41%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#36743D (or 0x36743D) is known color: Japanese Laurel. HEX triplet: 36, 74 and 3D. RGB value is (54,116,61). Sum of RGB (Red+Green+Blue) = 54+116+61=231 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.38% from 231); Green value is 116 (45.70% from 255 or 50.22% from 231); Blue value is 61 (24.22% from 255 or 26.41% from 231); Max value from RGB is 116 - color contains mainly: green. Hex color #36743D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36743D is #C98BC2. Grayscale: #5B5B5B. Windows color (decimal): -13208515 or 4027446. OLE color: 4027446.

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

Color convert

RGB 54 116 61 -
CMYK 0.53 0 0.47 0.55
HSL 126.77º 0.36% 0.33% -
HSV(B) 126.77º 0.53% 0.45% -
XYZ 8.61 13.61 6.59 -
YUV 91.19 110.96 101.47 -
System Red Green Blue C M Y K H S L
Decimal 54 116 61 0.53 0 0.47 0.55 126.77 0.36 0.33
Hex 36 74 3D 35 0 2F 37 7F 24 21
Octal 66 164 75 65 0 57 67 177 44 41
Binary 110110 1110100 111101 110101 0 101111 110111 1111111 100100 100001

Color Harmonies of #36743D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36743D

Black with #36743D

Text Example


Text Example

White with #36743D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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