Html Css Color HEX #3B3D0C Turtle Green

📋 copy color: '#3B3D0C'

red 59 ◦ green 61 ◦ blue 12

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

Shades of Turtle Green #3B3D0C

Tints of Turtle Green #3B3D0C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 46.21%

 BLUE value IS 12 (5.08% from 255) = 9.09%

R = 44.7%
G = 46.21%
B = 9.09%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.80

 K value IS 0.76

RGB Variations

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

Color information

#3B3D0C (or 0x3B3D0C) is known color: Turtle Green. HEX triplet: 3B, 3D and 0C. RGB value is (59,61,12). Sum of RGB (Red+Green+Blue) = 59+61+12=132 (17% of max value = 765). Red value is 59 (23.44% from 255 or 44.70% from 132); Green value is 61 (24.22% from 255 or 46.21% from 132); Blue value is 12 (5.08% from 255 or 9.09% from 132); Max value from RGB is 61 - color contains mainly: green. Hex color #3B3D0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B3D0C is #C4C2F3. Grayscale: #373737. Windows color (decimal): -12894964 or 802107. OLE color: 802107.

HSL color Cylindrical-coordinate representation of color #3B3D0C: hue angle of 62.45º degrees, saturation: 0.67, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3B3D0C is Cyan = 0.03, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.76.

Color convert

RGB 59 61 12 -
CMYK 0.03 0 0.80 0.76
HSL 62.45º 0.67% 0.14% -
HSV(B) 62.45º 0.8% 0.24% -
XYZ 3.54 4.29 0.99 -
YUV 54.82 103.84 130.98 -
System Red Green Blue C M Y K H S L
Decimal 59 61 12 0.03 0 0.80 0.76 62.45 0.67 0.14
Hex 3B 3D C 3 0 50 4C 3E 43 E
Octal 73 75 14 3 0 120 114 76 103 16
Binary 111011 111101 1100 11 0 1010000 1001100 111110 1000011 1110

Color Harmonies of #3B3D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3D0C

Black with #3B3D0C

Text Example


Text Example

White with #3B3D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,61,12); }

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

background-color css

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

 a { background-color: rgb(59,61,12); }

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

border-color css

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

 span { border-color: rgb(59,61,12); }

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