Html Css Color HEX #36753D Japanese Laurel

📋 copy color: '#36753D'

red 54 ◦ green 117 ◦ blue 61

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

Shades of Japanese Laurel #36753D

Tints of Japanese Laurel #36753D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 50.43%

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

R = 23.28%
G = 50.43%
B = 26.29%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.48

 K value IS 0.54

RGB Variations

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

Color information

#36753D (or 0x36753D) is known color: Japanese Laurel. HEX triplet: 36, 75 and 3D. RGB value is (54,117,61). Sum of RGB (Red+Green+Blue) = 54+117+61=232 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.28% from 232); Green value is 117 (46.09% from 255 or 50.43% from 232); Blue value is 61 (24.22% from 255 or 26.29% from 232); Max value from RGB is 117 - color contains mainly: green. Hex color #36753D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36753D is #C98AC2. Grayscale: #5B5B5B. Windows color (decimal): -13208259 or 4027702. OLE color: 4027702.

HSL color Cylindrical-coordinate representation of color #36753D: hue angle of 126.67º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #36753D is Cyan = 0.54, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.54.

Color convert

RGB 54 117 61 -
CMYK 0.54 0 0.48 0.54
HSL 126.67º 0.37% 0.34% -
HSV(B) 126.67º 0.54% 0.46% -
XYZ 8.72 13.84 6.63 -
YUV 91.78 110.63 101.05 -
System Red Green Blue C M Y K H S L
Decimal 54 117 61 0.54 0 0.48 0.54 126.67 0.37 0.34
Hex 36 75 3D 36 0 30 36 7F 25 22
Octal 66 165 75 66 0 60 66 177 45 42
Binary 110110 1110101 111101 110110 0 110000 110110 1111111 100101 100010

Color Harmonies of #36753D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36753D

Black with #36753D

Text Example


Text Example

White with #36753D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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