Html Css Color HEX #133422 Cardin Green

📋 copy color: '#133422'

red 19 ◦ green 52 ◦ blue 34

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

Shades of Cardin Green #133422

Tints of Cardin Green #133422

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 32.38%

R = 18.1%
G = 49.52%
B = 32.38%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.35

 K value IS 0.80

RGB Variations

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

Color information

#133422 (or 0x133422) is known color: Cardin Green. HEX triplet: 13, 34 and 22. RGB value is (19,52,34). Sum of RGB (Red+Green+Blue) = 19+52+34=105 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.10% from 105); Green value is 52 (20.70% from 255 or 49.52% from 105); Blue value is 34 (13.67% from 255 or 32.38% from 105); Max value from RGB is 52 - color contains mainly: green. Hex color #133422 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133422 is #ECCBDD. Grayscale: #282828. Windows color (decimal): -15518686 or 2241555. OLE color: 2241555.

HSL color Cylindrical-coordinate representation of color #133422: hue angle of 147.27º 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 #133422 is Cyan = 0.63, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.80.

Color convert

RGB 19 52 34 -
CMYK 0.63 0 0.35 0.80
HSL 147.27º 0.46% 0.14% -
HSV(B) 147.27º 0.63% 0.2% -
XYZ 1.79 2.71 1.94 -
YUV 40.08 124.57 112.96 -
System Red Green Blue C M Y K H S L
Decimal 19 52 34 0.63 0 0.35 0.80 147.27 0.46 0.14
Hex 13 34 22 3F 0 23 50 93 2E E
Octal 23 64 42 77 0 43 120 223 56 16
Binary 10011 110100 100010 111111 0 100011 1010000 10010011 101110 1110

Color Harmonies of #133422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133422

Black with #133422

Text Example


Text Example

White with #133422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133422; }

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

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

background-color css

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

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

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

border-color css

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

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

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