Html Css Color HEX #39713F Japanese Laurel

📋 copy color: '#39713F'

red 57 ◦ green 113 ◦ blue 63

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

Shades of Japanese Laurel #39713F

Tints of Japanese Laurel #39713F

RGB

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

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

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

R = 24.46%
G = 48.5%
B = 27.04%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#39713F (or 0x39713F) is known color: Japanese Laurel. HEX triplet: 39, 71 and 3F. RGB value is (57,113,63). Sum of RGB (Red+Green+Blue) = 57+113+63=233 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.46% from 233); Green value is 113 (44.53% from 255 or 48.50% from 233); Blue value is 63 (25% from 255 or 27.04% from 233); Max value from RGB is 113 - color contains mainly: green. Hex color #39713F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39713F is #C68EC0. Grayscale: #5A5A5A. Windows color (decimal): -13012673 or 4157753. OLE color: 4157753.

HSL color Cylindrical-coordinate representation of color #39713F: hue angle of 126.43º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #39713F is Cyan = 0.50, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.56.

Color convert

RGB 57 113 63 -
CMYK 0.50 0 0.44 0.56
HSL 126.43º 0.33% 0.33% -
HSV(B) 126.43º 0.5% 0.44% -
XYZ 8.49 13.04 6.77 -
YUV 90.56 112.45 104.07 -
System Red Green Blue C M Y K H S L
Decimal 57 113 63 0.50 0 0.44 0.56 126.43 0.33 0.33
Hex 39 71 3F 32 0 2C 38 7E 21 21
Octal 71 161 77 62 0 54 70 176 41 41
Binary 111001 1110001 111111 110010 0 101100 111000 1111110 100001 100001

Color Harmonies of #39713F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39713F

Black with #39713F

Text Example


Text Example

White with #39713F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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