Html Css Color HEX #39713A Japanese Laurel

📋 copy color: '#39713A'

red 57 ◦ green 113 ◦ blue 58

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

Shades of Japanese Laurel #39713A

Tints of Japanese Laurel #39713A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 25.44%

R = 25%
G = 49.56%
B = 25.44%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#39713A (or 0x39713A) is known color: Japanese Laurel. HEX triplet: 39, 71 and 3A. RGB value is (57,113,58). Sum of RGB (Red+Green+Blue) = 57+113+58=228 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25% from 228); Green value is 113 (44.53% from 255 or 49.56% from 228); Blue value is 58 (23.05% from 255 or 25.44% from 228); Max value from RGB is 113 - color contains mainly: green. Hex color #39713A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39713A is #C68EC5. Grayscale: #5A5A5A. Windows color (decimal): -13012678 or 3830073. OLE color: 3830073.

HSL color Cylindrical-coordinate representation of color #39713A: hue angle of 121.07º 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 #39713A is Cyan = 0.50, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.56.

Color convert

RGB 57 113 58 -
CMYK 0.50 0 0.49 0.56
HSL 121.07º 0.33% 0.33% -
HSV(B) 121.07º 0.5% 0.44% -
XYZ 8.36 12.99 6.07 -
YUV 89.99 109.95 104.47 -
System Red Green Blue C M Y K H S L
Decimal 57 113 58 0.50 0 0.49 0.56 121.07 0.33 0.33
Hex 39 71 3A 32 0 31 38 79 21 21
Octal 71 161 72 62 0 61 70 171 41 41
Binary 111001 1110001 111010 110010 0 110001 111000 1111001 100001 100001

Color Harmonies of #39713A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39713A

Black with #39713A

Text Example


Text Example

White with #39713A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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