Html Css Color HEX #39803D Japanese Laurel

📋 copy color: '#39803D'

red 57 ◦ green 128 ◦ blue 61

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

Shades of Japanese Laurel #39803D

Tints of Japanese Laurel #39803D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 52.03%

 BLUE value IS 61 (24.22% from 255) = 24.8%

R = 23.17%
G = 52.03%
B = 24.8%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.52

 K value IS 0.50

RGB Variations

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

Color information

#39803D (or 0x39803D) is known color: Japanese Laurel. HEX triplet: 39, 80 and 3D. RGB value is (57,128,61). Sum of RGB (Red+Green+Blue) = 57+128+61=246 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.17% from 246); Green value is 128 (50.39% from 255 or 52.03% from 246); Blue value is 61 (24.22% from 255 or 24.80% from 246); Max value from RGB is 128 - color contains mainly: green. Hex color #39803D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39803D is #C67FC2. Grayscale: #636363. Windows color (decimal): -13008835 or 4030521. OLE color: 4030521.

HSL color Cylindrical-coordinate representation of color #39803D: hue angle of 123.38º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #39803D is Cyan = 0.55, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.50.

Color convert

RGB 57 128 61 -
CMYK 0.55 0 0.52 0.50
HSL 123.38º 0.38% 0.36% -
HSV(B) 123.38º 0.55% 0.5% -
XYZ 10.25 16.65 7.09 -
YUV 99.13 106.48 97.95 -
System Red Green Blue C M Y K H S L
Decimal 57 128 61 0.55 0 0.52 0.50 123.38 0.38 0.36
Hex 39 80 3D 37 0 34 32 7B 26 24
Octal 71 200 75 67 0 64 62 173 46 44
Binary 111001 10000000 111101 110111 0 110100 110010 1111011 100110 100100

Color Harmonies of #39803D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39803D

Black with #39803D

Text Example


Text Example

White with #39803D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39803D; }

 p { color: rgb(57,128,61); }

 H1.HeaderClassName
 {
   color: #39803D;
 }
 .AnyTagClassName
 {
   color: #39803D;
 }
</style>

background-color css

<style>
 a { background-color: #39803D; }

 a { background-color: rgb(57,128,61); }

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

border-color css

<style>
 span { border-color: #39803D; }

 span { border-color: rgb(57,128,61); }

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