Html Css Color HEX #33441A Turtle Green

📋 copy color: '#33441A'

red 51 ◦ green 68 ◦ blue 26

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

Shades of Turtle Green #33441A

Tints of Turtle Green #33441A

RGB

 RED value IS 51 (20.31% from 255) = 35.17%

 GREEN value IS 68 (26.95% from 255) = 46.9%

 BLUE value IS 26 (10.55% from 255) = 17.93%

R = 35.17%
G = 46.9%
B = 17.93%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.62

 K value IS 0.73

RGB Variations

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

Color information

#33441A (or 0x33441A) is known color: Turtle Green. HEX triplet: 33, 44 and 1A. RGB value is (51,68,26). Sum of RGB (Red+Green+Blue) = 51+68+26=145 (19% of max value = 765). Red value is 51 (20.31% from 255 or 35.17% from 145); Green value is 68 (26.95% from 255 or 46.90% from 145); Blue value is 26 (10.55% from 255 or 17.93% from 145); Max value from RGB is 68 - color contains mainly: green. Hex color #33441A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33441A is #CCBBE5. Grayscale: #3A3A3A. Windows color (decimal): -13417446 or 1721395. OLE color: 1721395.

HSL color Cylindrical-coordinate representation of color #33441A: hue angle of 84.29º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #33441A is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.73.

Color convert

RGB 51 68 26 -
CMYK 0.25 0 0.62 0.73
HSL 84.29º 0.45% 0.18% -
HSV(B) 84.29º 0.62% 0.27% -
XYZ 3.62 4.91 1.73 -
YUV 58.13 109.87 122.92 -
System Red Green Blue C M Y K H S L
Decimal 51 68 26 0.25 0 0.62 0.73 84.29 0.45 0.18
Hex 33 44 1A 19 0 3E 49 54 2D 12
Octal 63 104 32 31 0 76 111 124 55 22
Binary 110011 1000100 11010 11001 0 111110 1001001 1010100 101101 10010

Color Harmonies of #33441A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33441A

Black with #33441A

Text Example


Text Example

White with #33441A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33441A; }

 p { color: rgb(51,68,26); }

 H1.HeaderClassName
 {
   color: #33441A;
 }
 .AnyTagClassName
 {
   color: #33441A;
 }
</style>

background-color css

<style>
 a { background-color: #33441A; }

 a { background-color: rgb(51,68,26); }

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

border-color css

<style>
 span { border-color: #33441A; }

 span { border-color: rgb(51,68,26); }

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