Html Css Color HEX #3B6F38 Japanese Laurel

📋 copy color: '#3B6F38'

red 59 ◦ green 111 ◦ blue 56

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

Shades of Japanese Laurel #3B6F38

Tints of Japanese Laurel #3B6F38

RGB

 RED value IS 59 (23.44% from 255) = 26.11%

 GREEN value IS 111 (43.75% from 255) = 49.12%

 BLUE value IS 56 (22.27% from 255) = 24.78%

R = 26.11%
G = 49.12%
B = 24.78%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#3B6F38 (or 0x3B6F38) is known color: Japanese Laurel. HEX triplet: 3B, 6F and 38. RGB value is (59,111,56). Sum of RGB (Red+Green+Blue) = 59+111+56=226 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.11% from 226); Green value is 111 (43.75% from 255 or 49.12% from 226); Blue value is 56 (22.27% from 255 or 24.78% from 226); Max value from RGB is 111 - color contains mainly: green. Hex color #3B6F38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B6F38 is #C490C7. Grayscale: #595959. Windows color (decimal): -12882120 or 3698491. OLE color: 3698491.

HSL color Cylindrical-coordinate representation of color #3B6F38: hue angle of 116.73º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3B6F38 is Cyan = 0.47, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB 59 111 56 -
CMYK 0.47 0 0.50 0.56
HSL 116.73º 0.33% 0.33% -
HSV(B) 116.73º 0.5% 0.44% -
XYZ 8.2 12.58 5.74 -
YUV 89.18 109.27 106.47 -
System Red Green Blue C M Y K H S L
Decimal 59 111 56 0.47 0 0.50 0.56 116.73 0.33 0.33
Hex 3B 6F 38 2F 0 32 38 75 21 21
Octal 73 157 70 57 0 62 70 165 41 41
Binary 111011 1101111 111000 101111 0 110010 111000 1110101 100001 100001

Color Harmonies of #3B6F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B6F38

Black with #3B6F38

Text Example


Text Example

White with #3B6F38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,111,56); }

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

background-color css

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

 a { background-color: rgb(59,111,56); }

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

border-color css

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

 span { border-color: rgb(59,111,56); }

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