Html Css Color HEX #39813B Japanese Laurel

📋 copy color: '#39813B'

red 57 ◦ green 129 ◦ blue 59

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

Shades of Japanese Laurel #39813B

Tints of Japanese Laurel #39813B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 52.65%

 BLUE value IS 59 (23.44% from 255) = 24.08%

R = 23.27%
G = 52.65%
B = 24.08%

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

#39813B (or 0x39813B) is known color: Japanese Laurel. HEX triplet: 39, 81 and 3B. RGB value is (57,129,59). Sum of RGB (Red+Green+Blue) = 57+129+59=245 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.27% from 245); Green value is 129 (50.78% from 255 or 52.65% from 245); Blue value is 59 (23.44% from 255 or 24.08% from 245); Max value from RGB is 129 - color contains mainly: green. Hex color #39813B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39813B is #C67EC4. Grayscale: #636363. Windows color (decimal): -13008581 or 3899705. OLE color: 3899705.

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

Color convert

RGB 57 129 59 -
CMYK 0.56 0 0.54 0.49
HSL 121.67º 0.39% 0.36% -
HSV(B) 121.67º 0.56% 0.51% -
XYZ 10.33 16.89 6.85 -
YUV 99.49 105.15 97.69 -
System Red Green Blue C M Y K H S L
Decimal 57 129 59 0.56 0 0.54 0.49 121.67 0.39 0.36
Hex 39 81 3B 38 0 36 31 7A 27 24
Octal 71 201 73 70 0 66 61 172 47 44
Binary 111001 10000001 111011 111000 0 110110 110001 1111010 100111 100100

Color Harmonies of #39813B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39813B

Black with #39813B

Text Example


Text Example

White with #39813B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39813B; }

 p { color: rgb(57,129,59); }

 H1.HeaderClassName
 {
   color: #39813B;
 }
 .AnyTagClassName
 {
   color: #39813B;
 }
</style>

background-color css

<style>
 a { background-color: #39813B; }

 a { background-color: rgb(57,129,59); }

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

border-color css

<style>
 span { border-color: #39813B; }

 span { border-color: rgb(57,129,59); }

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