Html Css Color HEX #39823C Japanese Laurel

📋 copy color: '#39823C'

red 57 ◦ green 130 ◦ blue 60

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

Shades of Japanese Laurel #39823C

Tints of Japanese Laurel #39823C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 52.63%

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

R = 23.08%
G = 52.63%
B = 24.29%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.54

 K value IS 0.49

RGB Variations

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

Color information

#39823C (or 0x39823C) is known color: Japanese Laurel. HEX triplet: 39, 82 and 3C. RGB value is (57,130,60). Sum of RGB (Red+Green+Blue) = 57+130+60=247 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.08% from 247); Green value is 130 (51.17% from 255 or 52.63% from 247); Blue value is 60 (23.83% from 255 or 24.29% from 247); Max value from RGB is 130 - color contains mainly: green. Hex color #39823C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39823C is #C67DC3. Grayscale: #646464. Windows color (decimal): -13008324 or 3965497. OLE color: 3965497.

HSL color Cylindrical-coordinate representation of color #39823C: hue angle of 122.47º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #39823C is Cyan = 0.56, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.49.

Color convert

RGB 57 130 60 -
CMYK 0.56 0 0.54 0.49
HSL 122.47º 0.39% 0.37% -
HSV(B) 122.47º 0.56% 0.51% -
XYZ 10.49 17.16 7.03 -
YUV 100.19 105.32 97.19 -
System Red Green Blue C M Y K H S L
Decimal 57 130 60 0.56 0 0.54 0.49 122.47 0.39 0.37
Hex 39 82 3C 38 0 36 31 7A 27 25
Octal 71 202 74 70 0 66 61 172 47 45
Binary 111001 10000010 111100 111000 0 110110 110001 1111010 100111 100101

Color Harmonies of #39823C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39823C

Black with #39823C

Text Example


Text Example

White with #39823C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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