Html Css Color HEX #39753F Japanese Laurel

📋 copy color: '#39753F'

red 57 ◦ green 117 ◦ blue 63

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

Shades of Japanese Laurel #39753F

Tints of Japanese Laurel #39753F

RGB

 RED value IS 57 (22.66% from 255) = 24.05%

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

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

R = 24.05%
G = 49.37%
B = 26.58%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#39753F (or 0x39753F) is known color: Japanese Laurel. HEX triplet: 39, 75 and 3F. RGB value is (57,117,63). Sum of RGB (Red+Green+Blue) = 57+117+63=237 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.05% from 237); Green value is 117 (46.09% from 255 or 49.37% from 237); Blue value is 63 (25% from 255 or 26.58% from 237); Max value from RGB is 117 - color contains mainly: green. Hex color #39753F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39753F is #C68AC0. Grayscale: #5D5D5D. Windows color (decimal): -13011649 or 4158777. OLE color: 4158777.

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

Color convert

RGB 57 117 63 -
CMYK 0.51 0 0.46 0.54
HSL 126º 0.34% 0.34% -
HSV(B) 126º 0.51% 0.46% -
XYZ 8.95 13.95 6.92 -
YUV 92.9 111.12 102.39 -
System Red Green Blue C M Y K H S L
Decimal 57 117 63 0.51 0 0.46 0.54 126 0.34 0.34
Hex 39 75 3F 33 0 2E 36 7E 22 22
Octal 71 165 77 63 0 56 66 176 42 42
Binary 111001 1110101 111111 110011 0 101110 110110 1111110 100010 100010

Color Harmonies of #39753F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39753F

Black with #39753F

Text Example


Text Example

White with #39753F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,117,63); }

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

background-color css

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

 a { background-color: rgb(57,117,63); }

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

border-color css

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

 span { border-color: rgb(57,117,63); }

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