Html Css Color HEX #39853F Japanese Laurel

📋 copy color: '#39853F'

red 57 ◦ green 133 ◦ blue 63

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

Shades of Japanese Laurel #39853F

Tints of Japanese Laurel #39853F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 52.57%

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

R = 22.53%
G = 52.57%
B = 24.9%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#39853F (or 0x39853F) is known color: Japanese Laurel. HEX triplet: 39, 85 and 3F. RGB value is (57,133,63). Sum of RGB (Red+Green+Blue) = 57+133+63=253 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.53% from 253); Green value is 133 (52.34% from 255 or 52.57% from 253); Blue value is 63 (25% from 255 or 24.90% from 253); Max value from RGB is 133 - color contains mainly: green. Hex color #39853F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39853F is #C67AC0. Grayscale: #666666. Windows color (decimal): -13007553 or 4162873. OLE color: 4162873.

HSL color Cylindrical-coordinate representation of color #39853F: hue angle of 124.74º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #39853F is Cyan = 0.57, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB 57 133 63 -
CMYK 0.57 0 0.53 0.48
HSL 124.74º 0.4% 0.37% -
HSV(B) 124.74º 0.57% 0.52% -
XYZ 10.97 18 7.6 -
YUV 102.3 105.82 95.69 -
System Red Green Blue C M Y K H S L
Decimal 57 133 63 0.57 0 0.53 0.48 124.74 0.4 0.37
Hex 39 85 3F 39 0 35 30 7D 28 25
Octal 71 205 77 71 0 65 60 175 50 45
Binary 111001 10000101 111111 111001 0 110101 110000 1111101 101000 100101

Color Harmonies of #39853F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39853F

Black with #39853F

Text Example


Text Example

White with #39853F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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