Html Css Color HEX #33421C Turtle Green

📋 copy color: '#33421C'

red 51 ◦ green 66 ◦ blue 28

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

Shades of Turtle Green #33421C

Tints of Turtle Green #33421C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 45.52%

 BLUE value IS 28 (11.33% from 255) = 19.31%

R = 35.17%
G = 45.52%
B = 19.31%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.58

 K value IS 0.74

RGB Variations

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

Color information

#33421C (or 0x33421C) is known color: Turtle Green. HEX triplet: 33, 42 and 1C. RGB value is (51,66,28). Sum of RGB (Red+Green+Blue) = 51+66+28=145 (19% of max value = 765). Red value is 51 (20.31% from 255 or 35.17% from 145); Green value is 66 (26.17% from 255 or 45.52% from 145); Blue value is 28 (11.33% from 255 or 19.31% from 145); Max value from RGB is 66 - color contains mainly: green. Hex color #33421C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33421C is #CCBDE3. Grayscale: #393939. Windows color (decimal): -13417956 or 1851955. OLE color: 1851955.

HSL color Cylindrical-coordinate representation of color #33421C: hue angle of 83.68º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #33421C is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.74.

Color convert

RGB 51 66 28 -
CMYK 0.23 0 0.58 0.74
HSL 83.68º 0.4% 0.18% -
HSV(B) 83.68º 0.58% 0.26% -
XYZ 3.52 4.68 1.82 -
YUV 57.18 111.53 123.59 -
System Red Green Blue C M Y K H S L
Decimal 51 66 28 0.23 0 0.58 0.74 83.68 0.4 0.18
Hex 33 42 1C 17 0 3A 4A 54 28 12
Octal 63 102 34 27 0 72 112 124 50 22
Binary 110011 1000010 11100 10111 0 111010 1001010 1010100 101000 10010

Color Harmonies of #33421C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33421C

Black with #33421C

Text Example


Text Example

White with #33421C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33421C; }

 p { color: rgb(51,66,28); }

 H1.HeaderClassName
 {
   color: #33421C;
 }
 .AnyTagClassName
 {
   color: #33421C;
 }
</style>

background-color css

<style>
 a { background-color: #33421C; }

 a { background-color: rgb(51,66,28); }

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

border-color css

<style>
 span { border-color: #33421C; }

 span { border-color: rgb(51,66,28); }

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