Html Css Color HEX #39863A Japanese Laurel

📋 copy color: '#39863A'

red 57 ◦ green 134 ◦ blue 58

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

Shades of Japanese Laurel #39863A

Tints of Japanese Laurel #39863A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 53.82%

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

R = 22.89%
G = 53.82%
B = 23.29%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#39863A (or 0x39863A) is known color: Japanese Laurel. HEX triplet: 39, 86 and 3A. RGB value is (57,134,58). Sum of RGB (Red+Green+Blue) = 57+134+58=249 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.89% from 249); Green value is 134 (52.73% from 255 or 53.82% from 249); Blue value is 58 (23.05% from 255 or 23.29% from 249); Max value from RGB is 134 - color contains mainly: green. Hex color #39863A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39863A is #C679C5. Grayscale: #666666. Windows color (decimal): -13007302 or 3835449. OLE color: 3835449.

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

Color convert

RGB 57 134 58 -
CMYK 0.57 0 0.57 0.47
HSL 120.78º 0.4% 0.37% -
HSV(B) 120.78º 0.57% 0.53% -
XYZ 10.98 18.23 6.94 -
YUV 102.31 102.99 95.68 -
System Red Green Blue C M Y K H S L
Decimal 57 134 58 0.57 0 0.57 0.47 120.78 0.4 0.37
Hex 39 86 3A 39 0 39 2F 79 28 25
Octal 71 206 72 71 0 71 57 171 50 45
Binary 111001 10000110 111010 111001 0 111001 101111 1111001 101000 100101

Color Harmonies of #39863A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39863A

Black with #39863A

Text Example


Text Example

White with #39863A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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