Html Css Color HEX #133227 Cardin Green

📋 copy color: '#133227'

red 19 ◦ green 50 ◦ blue 39

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

Shades of Cardin Green #133227

Tints of Cardin Green #133227

RGB

 RED value IS 19 (7.81% from 255) = 17.59%

 GREEN value IS 50 (19.92% from 255) = 46.3%

 BLUE value IS 39 (15.63% from 255) = 36.11%

R = 17.59%
G = 46.3%
B = 36.11%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.22

 K value IS 0.80

RGB Variations

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

Color information

#133227 (or 0x133227) is known color: Cardin Green. HEX triplet: 13, 32 and 27. RGB value is (19,50,39). Sum of RGB (Red+Green+Blue) = 19+50+39=108 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.59% from 108); Green value is 50 (19.92% from 255 or 46.30% from 108); Blue value is 39 (15.62% from 255 or 36.11% from 108); Max value from RGB is 50 - color contains mainly: green. Hex color #133227 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133227 is #ECCDD8. Grayscale: #272727. Windows color (decimal): -15519193 or 2568723. OLE color: 2568723.

HSL color Cylindrical-coordinate representation of color #133227: hue angle of 158.71º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #133227 is Cyan = 0.62, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.80.

Color convert

RGB 19 50 39 -
CMYK 0.62 0 0.22 0.80
HSL 158.71º 0.45% 0.14% -
HSV(B) 158.71º 0.62% 0.2% -
XYZ 1.78 2.57 2.32 -
YUV 39.48 127.73 113.39 -
System Red Green Blue C M Y K H S L
Decimal 19 50 39 0.62 0 0.22 0.80 158.71 0.45 0.14
Hex 13 32 27 3E 0 16 50 9F 2D E
Octal 23 62 47 76 0 26 120 237 55 16
Binary 10011 110010 100111 111110 0 10110 1010000 10011111 101101 1110

Color Harmonies of #133227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133227

Black with #133227

Text Example


Text Example

White with #133227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133227; }

 p { color: rgb(19,50,39); }

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

background-color css

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

 a { background-color: rgb(19,50,39); }

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

border-color css

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

 span { border-color: rgb(19,50,39); }

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