Html Css Color HEX #3F883D Japanese Laurel

📋 copy color: '#3F883D'

red 63 ◦ green 136 ◦ blue 61

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

Shades of Japanese Laurel #3F883D

Tints of Japanese Laurel #3F883D

RGB

 RED value IS 63 (25% from 255) = 24.23%

 GREEN value IS 136 (53.52% from 255) = 52.31%

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

R = 24.23%
G = 52.31%
B = 23.46%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.55

 K value IS 0.47

RGB Variations

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

Color information

#3F883D (or 0x3F883D) is known color: Japanese Laurel. HEX triplet: 3F, 88 and 3D. RGB value is (63,136,61). Sum of RGB (Red+Green+Blue) = 63+136+61=260 (34% of max value = 765). Red value is 63 (25% from 255 or 24.23% from 260); Green value is 136 (53.52% from 255 or 52.31% from 260); Blue value is 61 (24.22% from 255 or 23.46% from 260); Max value from RGB is 136 - color contains mainly: green. Hex color #3F883D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F883D is #C077C2. Grayscale: #696969. Windows color (decimal): -12613571 or 4032575. OLE color: 4032575.

HSL color Cylindrical-coordinate representation of color #3F883D: hue angle of 118.4º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3F883D is Cyan = 0.54, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB 63 136 61 -
CMYK 0.54 0 0.55 0.47
HSL 118.4º 0.38% 0.39% -
HSV(B) 118.4º 0.55% 0.53% -
XYZ 11.7 19 7.47 -
YUV 105.62 102.82 97.6 -
System Red Green Blue C M Y K H S L
Decimal 63 136 61 0.54 0 0.55 0.47 118.4 0.38 0.39
Hex 3F 88 3D 36 0 37 2F 76 26 27
Octal 77 210 75 66 0 67 57 166 46 47
Binary 111111 10001000 111101 110110 0 110111 101111 1110110 100110 100111

Color Harmonies of #3F883D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F883D

Black with #3F883D

Text Example


Text Example

White with #3F883D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F883D; }

 p { color: rgb(63,136,61); }

 H1.HeaderClassName
 {
   color: #3F883D;
 }
 .AnyTagClassName
 {
   color: #3F883D;
 }
</style>

background-color css

<style>
 a { background-color: #3F883D; }

 a { background-color: rgb(63,136,61); }

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

border-color css

<style>
 span { border-color: #3F883D; }

 span { border-color: rgb(63,136,61); }

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