Html Css Color HEX #39803C Japanese Laurel

📋 copy color: '#39803C'

red 57 ◦ green 128 ◦ blue 60

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

Shades of Japanese Laurel #39803C

Tints of Japanese Laurel #39803C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 24.49%

R = 23.27%
G = 52.24%
B = 24.49%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.53

 K value IS 0.50

RGB Variations

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

Color information

#39803C (or 0x39803C) is known color: Japanese Laurel. HEX triplet: 39, 80 and 3C. RGB value is (57,128,60). Sum of RGB (Red+Green+Blue) = 57+128+60=245 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.27% from 245); Green value is 128 (50.39% from 255 or 52.24% from 245); Blue value is 60 (23.83% from 255 or 24.49% from 245); Max value from RGB is 128 - color contains mainly: green. Hex color #39803C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39803C is #C67FC3. Grayscale: #636363. Windows color (decimal): -13008836 or 3964985. OLE color: 3964985.

HSL color Cylindrical-coordinate representation of color #39803C: hue angle of 122.54º 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 #39803C is Cyan = 0.55, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.50.

Color convert

RGB 57 128 60 -
CMYK 0.55 0 0.53 0.50
HSL 122.54º 0.38% 0.36% -
HSV(B) 122.54º 0.55% 0.5% -
XYZ 10.22 16.63 6.95 -
YUV 99.02 105.98 98.03 -
System Red Green Blue C M Y K H S L
Decimal 57 128 60 0.55 0 0.53 0.50 122.54 0.38 0.36
Hex 39 80 3C 37 0 35 32 7B 26 24
Octal 71 200 74 67 0 65 62 173 46 44
Binary 111001 10000000 111100 110111 0 110101 110010 1111011 100110 100100

Color Harmonies of #39803C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39803C

Black with #39803C

Text Example


Text Example

White with #39803C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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