Html Css Color HEX #33401A Turtle Green

📋 copy color: '#33401A'

red 51 ◦ green 64 ◦ blue 26

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

Shades of Turtle Green #33401A

Tints of Turtle Green #33401A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 45.39%

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

R = 36.17%
G = 45.39%
B = 18.44%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.59

 K value IS 0.75

RGB Variations

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

Color information

#33401A (or 0x33401A) is known color: Turtle Green. HEX triplet: 33, 40 and 1A. RGB value is (51,64,26). Sum of RGB (Red+Green+Blue) = 51+64+26=141 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.17% from 141); Green value is 64 (25.39% from 255 or 45.39% from 141); Blue value is 26 (10.55% from 255 or 18.44% from 141); Max value from RGB is 64 - color contains mainly: green. Hex color #33401A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33401A is #CCBFE5. Grayscale: #373737. Windows color (decimal): -13418470 or 1720371. OLE color: 1720371.

HSL color Cylindrical-coordinate representation of color #33401A: hue angle of 80.53º degrees, saturation: 0.42, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #33401A is Cyan = 0.20, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.75.

Color convert

RGB 51 64 26 -
CMYK 0.20 0 0.59 0.75
HSL 80.53º 0.42% 0.18% -
HSV(B) 80.53º 0.59% 0.25% -
XYZ 3.39 4.45 1.66 -
YUV 55.78 111.19 124.59 -
System Red Green Blue C M Y K H S L
Decimal 51 64 26 0.20 0 0.59 0.75 80.53 0.42 0.18
Hex 33 40 1A 14 0 3B 4B 51 2A 12
Octal 63 100 32 24 0 73 113 121 52 22
Binary 110011 1000000 11010 10100 0 111011 1001011 1010001 101010 10010

Color Harmonies of #33401A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33401A

Black with #33401A

Text Example


Text Example

White with #33401A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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