Html Css Color HEX #33483E Te Papa Green

📋 copy color: '#33483E'

red 51 ◦ green 72 ◦ blue 62

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

Shades of Te Papa Green #33483E

Tints of Te Papa Green #33483E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 38.92%

 BLUE value IS 62 (24.61% from 255) = 33.51%

R = 27.57%
G = 38.92%
B = 33.51%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.14

 K value IS 0.72

RGB Variations

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

Color information

#33483E (or 0x33483E) is known color: Te Papa Green. HEX triplet: 33, 48 and 3E. RGB value is (51,72,62). Sum of RGB (Red+Green+Blue) = 51+72+62=185 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.57% from 185); Green value is 72 (28.52% from 255 or 38.92% from 185); Blue value is 62 (24.61% from 255 or 33.51% from 185); Max value from RGB is 72 - color contains mainly: green. Hex color #33483E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33483E is #CCB7C1. Grayscale: #404040. Windows color (decimal): -13416386 or 4081715. OLE color: 4081715.

HSL color Cylindrical-coordinate representation of color #33483E: hue angle of 151.43º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #33483E is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.72.

Color convert

RGB 51 72 62 -
CMYK 0.29 0 0.14 0.72
HSL 151.43º 0.17% 0.24% -
HSV(B) 151.43º 0.29% 0.28% -
XYZ 4.55 5.69 5.42 -
YUV 64.58 126.54 118.31 -
System Red Green Blue C M Y K H S L
Decimal 51 72 62 0.29 0 0.14 0.72 151.43 0.17 0.24
Hex 33 48 3E 1D 0 E 48 97 11 18
Octal 63 110 76 35 0 16 110 227 21 30
Binary 110011 1001000 111110 11101 0 1110 1001000 10010111 10001 11000

Color Harmonies of #33483E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33483E

Black with #33483E

Text Example


Text Example

White with #33483E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33483E; }

 p { color: rgb(51,72,62); }

 H1.HeaderClassName
 {
   color: #33483E;
 }
 .AnyTagClassName
 {
   color: #33483E;
 }
</style>

background-color css

<style>
 a { background-color: #33483E; }

 a { background-color: rgb(51,72,62); }

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

border-color css

<style>
 span { border-color: #33483E; }

 span { border-color: rgb(51,72,62); }

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