Html Css Color HEX #3B410C Turtle Green

📋 copy color: '#3B410C'

red 59 ◦ green 65 ◦ blue 12

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

Shades of Turtle Green #3B410C

Tints of Turtle Green #3B410C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 47.79%

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

R = 43.38%
G = 47.79%
B = 8.82%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.82

 K value IS 0.75

RGB Variations

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

Color information

#3B410C (or 0x3B410C) is known color: Turtle Green. HEX triplet: 3B, 41 and 0C. RGB value is (59,65,12). Sum of RGB (Red+Green+Blue) = 59+65+12=136 (18% of max value = 765). Red value is 59 (23.44% from 255 or 43.38% from 136); Green value is 65 (25.78% from 255 or 47.79% from 136); Blue value is 12 (5.08% from 255 or 8.82% from 136); Max value from RGB is 65 - color contains mainly: green. Hex color #3B410C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B410C is #C4BEF3. Grayscale: #393939. Windows color (decimal): -12893940 or 803131. OLE color: 803131.

HSL color Cylindrical-coordinate representation of color #3B410C: hue angle of 66.79º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3B410C is Cyan = 0.09, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.75.

Color convert

RGB 59 65 12 -
CMYK 0.09 0 0.82 0.75
HSL 66.79º 0.69% 0.15% -
HSV(B) 66.79º 0.82% 0.25% -
XYZ 3.76 4.74 1.06 -
YUV 57.16 102.51 129.31 -
System Red Green Blue C M Y K H S L
Decimal 59 65 12 0.09 0 0.82 0.75 66.79 0.69 0.15
Hex 3B 41 C 9 0 52 4B 43 45 F
Octal 73 101 14 11 0 122 113 103 105 17
Binary 111011 1000001 1100 1001 0 1010010 1001011 1000011 1000101 1111

Color Harmonies of #3B410C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B410C

Black with #3B410C

Text Example


Text Example

White with #3B410C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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