Html Css Color HEX #33371A Turtle Green

📋 copy color: '#33371A'

red 51 ◦ green 55 ◦ blue 26

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

Shades of Turtle Green #33371A

Tints of Turtle Green #33371A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 41.67%

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

R = 38.64%
G = 41.67%
B = 19.7%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.53

 K value IS 0.78

RGB Variations

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

Color information

#33371A (or 0x33371A) is known color: Turtle Green. HEX triplet: 33, 37 and 1A. RGB value is (51,55,26). Sum of RGB (Red+Green+Blue) = 51+55+26=132 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.64% from 132); Green value is 55 (21.88% from 255 or 41.67% from 132); Blue value is 26 (10.55% from 255 or 19.70% from 132); Max value from RGB is 55 - color contains mainly: green. Hex color #33371A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33371A is #CCC8E5. Grayscale: #323232. Windows color (decimal): -13420774 or 1718067. OLE color: 1718067.

HSL color Cylindrical-coordinate representation of color #33371A: hue angle of 68.28º degrees, saturation: 0.36, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #33371A is Cyan = 0.07, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.78.

Color convert

RGB 51 55 26 -
CMYK 0.07 0 0.53 0.78
HSL 68.28º 0.36% 0.16% -
HSV(B) 68.28º 0.53% 0.22% -
XYZ 2.92 3.51 1.5 -
YUV 50.5 114.17 128.36 -
System Red Green Blue C M Y K H S L
Decimal 51 55 26 0.07 0 0.53 0.78 68.28 0.36 0.16
Hex 33 37 1A 7 0 35 4E 44 24 10
Octal 63 67 32 7 0 65 116 104 44 20
Binary 110011 110111 11010 111 0 110101 1001110 1000100 100100 10000

Color Harmonies of #33371A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33371A

Black with #33371A

Text Example


Text Example

White with #33371A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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