Html Css Color HEX #133428 Cardin Green

📋 copy color: '#133428'

red 19 ◦ green 52 ◦ blue 40

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

Shades of Cardin Green #133428

Tints of Cardin Green #133428

RGB

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

 GREEN value IS 52 (20.7% from 255) = 46.85%

 BLUE value IS 40 (16.02% from 255) = 36.04%

R = 17.12%
G = 46.85%
B = 36.04%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.23

 K value IS 0.80

RGB Variations

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

Color information

#133428 (or 0x133428) is known color: Cardin Green. HEX triplet: 13, 34 and 28. RGB value is (19,52,40). Sum of RGB (Red+Green+Blue) = 19+52+40=111 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.12% from 111); Green value is 52 (20.70% from 255 or 46.85% from 111); Blue value is 40 (16.02% from 255 or 36.04% from 111); Max value from RGB is 52 - color contains mainly: green. Hex color #133428 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133428 is #ECCBD7. Grayscale: #282828. Windows color (decimal): -15518680 or 2634771. OLE color: 2634771.

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

Color convert

RGB 19 52 40 -
CMYK 0.63 0 0.23 0.80
HSL 158.18º 0.46% 0.14% -
HSV(B) 158.18º 0.63% 0.2% -
XYZ 1.88 2.75 2.44 -
YUV 40.77 127.57 112.48 -
System Red Green Blue C M Y K H S L
Decimal 19 52 40 0.63 0 0.23 0.80 158.18 0.46 0.14
Hex 13 34 28 3F 0 17 50 9E 2E E
Octal 23 64 50 77 0 27 120 236 56 16
Binary 10011 110100 101000 111111 0 10111 1010000 10011110 101110 1110

Color Harmonies of #133428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133428

Black with #133428

Text Example


Text Example

White with #133428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133428; }

 p { color: rgb(19,52,40); }

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

background-color css

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

 a { background-color: rgb(19,52,40); }

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

border-color css

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

 span { border-color: rgb(19,52,40); }

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