Html Css Color HEX #3B450A Turtle Green

📋 copy color: '#3B450A'

red 59 ◦ green 69 ◦ blue 10

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

Shades of Turtle Green #3B450A

Tints of Turtle Green #3B450A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 50%

 BLUE value IS 10 (4.3% from 255) = 7.25%

R = 42.75%
G = 50%
B = 7.25%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.86

 K value IS 0.73

RGB Variations

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

Color information

#3B450A (or 0x3B450A) is known color: Turtle Green. HEX triplet: 3B, 45 and 0A. RGB value is (59,69,10). Sum of RGB (Red+Green+Blue) = 59+69+10=138 (18% of max value = 765). Red value is 59 (23.44% from 255 or 42.75% from 138); Green value is 69 (27.34% from 255 or 50% from 138); Blue value is 10 (4.30% from 255 or 7.25% from 138); Max value from RGB is 69 - color contains mainly: green. Hex color #3B450A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B450A is #C4BAF5. Grayscale: #3B3B3B. Windows color (decimal): -12892918 or 673083. OLE color: 673083.

HSL color Cylindrical-coordinate representation of color #3B450A: hue angle of 70.17º degrees, saturation: 0.75, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3B450A is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.73.

Color convert

RGB 59 69 10 -
CMYK 0.14 0 0.86 0.73
HSL 70.17º 0.75% 0.15% -
HSV(B) 70.17º 0.86% 0.27% -
XYZ 3.99 5.21 1.08 -
YUV 59.28 100.19 127.8 -
System Red Green Blue C M Y K H S L
Decimal 59 69 10 0.14 0 0.86 0.73 70.17 0.75 0.15
Hex 3B 45 A E 0 56 49 46 4B F
Octal 73 105 12 16 0 126 111 106 113 17
Binary 111011 1000101 1010 1110 0 1010110 1001001 1000110 1001011 1111

Color Harmonies of #3B450A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B450A

Black with #3B450A

Text Example


Text Example

White with #3B450A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,69,10); }

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

background-color css

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

 a { background-color: rgb(59,69,10); }

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

border-color css

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

 span { border-color: rgb(59,69,10); }

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