Html Css Color HEX #33380A Turtle Green

📋 copy color: '#33380A'

red 51 ◦ green 56 ◦ blue 10

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

Shades of Turtle Green #33380A

Tints of Turtle Green #33380A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 47.86%

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

R = 43.59%
G = 47.86%
B = 8.55%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.82

 K value IS 0.78

RGB Variations

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

Color information

#33380A (or 0x33380A) is known color: Turtle Green. HEX triplet: 33, 38 and 0A. RGB value is (51,56,10). Sum of RGB (Red+Green+Blue) = 51+56+10=117 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.59% from 117); Green value is 56 (22.27% from 255 or 47.86% from 117); Blue value is 10 (4.30% from 255 or 8.55% from 117); Max value from RGB is 56 - color contains mainly: green. Hex color #33380A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33380A is #CCC7F5. Grayscale: #313131. Windows color (decimal): -13420534 or 669747. OLE color: 669747.

HSL color Cylindrical-coordinate representation of color #33380A: hue angle of 66.52º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #33380A is Cyan = 0.09, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.78.

Color convert

RGB 51 56 10 -
CMYK 0.09 0 0.82 0.78
HSL 66.52º 0.7% 0.13% -
HSV(B) 66.52º 0.82% 0.22% -
XYZ 2.83 3.55 0.82 -
YUV 49.26 105.84 129.24 -
System Red Green Blue C M Y K H S L
Decimal 51 56 10 0.09 0 0.82 0.78 66.52 0.7 0.13
Hex 33 38 A 9 0 52 4E 43 46 D
Octal 63 70 12 11 0 122 116 103 106 15
Binary 110011 111000 1010 1001 0 1010010 1001110 1000011 1000110 1101

Color Harmonies of #33380A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33380A

Black with #33380A

Text Example


Text Example

White with #33380A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,56,10); }

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

background-color css

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

 a { background-color: rgb(51,56,10); }

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

border-color css

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

 span { border-color: rgb(51,56,10); }

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