Html Css Color HEX #3B4B18 Turtle Green

📋 copy color: '#3B4B18'

red 59 ◦ green 75 ◦ blue 24

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

Shades of Turtle Green #3B4B18

Tints of Turtle Green #3B4B18

RGB

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

 GREEN value IS 75 (29.69% from 255) = 47.47%

 BLUE value IS 24 (9.77% from 255) = 15.19%

R = 37.34%
G = 47.47%
B = 15.19%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.68

 K value IS 0.71

RGB Variations

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

Color information

#3B4B18 (or 0x3B4B18) is known color: Turtle Green. HEX triplet: 3B, 4B and 18. RGB value is (59,75,24). Sum of RGB (Red+Green+Blue) = 59+75+24=158 (20% of max value = 765). Red value is 59 (23.44% from 255 or 37.34% from 158); Green value is 75 (29.69% from 255 or 47.47% from 158); Blue value is 24 (9.77% from 255 or 15.19% from 158); Max value from RGB is 75 - color contains mainly: green. Hex color #3B4B18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B4B18 is #C4B4E7. Grayscale: #404040. Windows color (decimal): -12891368 or 1592123. OLE color: 1592123.

HSL color Cylindrical-coordinate representation of color #3B4B18: hue angle of 78.82º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3B4B18 is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.71.

Color convert

RGB 59 75 24 -
CMYK 0.21 0 0.68 0.71
HSL 78.82º 0.52% 0.19% -
HSV(B) 78.82º 0.68% 0.29% -
XYZ 4.48 6.03 1.79 -
YUV 64.4 105.2 124.15 -
System Red Green Blue C M Y K H S L
Decimal 59 75 24 0.21 0 0.68 0.71 78.82 0.52 0.19
Hex 3B 4B 18 15 0 44 47 4F 34 13
Octal 73 113 30 25 0 104 107 117 64 23
Binary 111011 1001011 11000 10101 0 1000100 1000111 1001111 110100 10011

Color Harmonies of #3B4B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4B18

Black with #3B4B18

Text Example


Text Example

White with #3B4B18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,75,24); }

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

background-color css

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

 a { background-color: rgb(59,75,24); }

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

border-color css

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

 span { border-color: rgb(59,75,24); }

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