Html Css Color HEX #133423 Cardin Green

📋 copy color: '#133423'

red 19 ◦ green 52 ◦ blue 35

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

Shades of Cardin Green #133423

Tints of Cardin Green #133423

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 33.02%

R = 17.92%
G = 49.06%
B = 33.02%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.33

 K value IS 0.80

RGB Variations

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

Color information

#133423 (or 0x133423) is known color: Cardin Green. HEX triplet: 13, 34 and 23. RGB value is (19,52,35). Sum of RGB (Red+Green+Blue) = 19+52+35=106 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.92% from 106); Green value is 52 (20.70% from 255 or 49.06% from 106); Blue value is 35 (14.06% from 255 or 33.02% from 106); Max value from RGB is 52 - color contains mainly: green. Hex color #133423 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133423 is #ECCBDC. Grayscale: #282828. Windows color (decimal): -15518685 or 2307091. OLE color: 2307091.

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

Color convert

RGB 19 52 35 -
CMYK 0.63 0 0.33 0.80
HSL 149.09º 0.46% 0.14% -
HSV(B) 149.09º 0.63% 0.2% -
XYZ 1.8 2.72 2.02 -
YUV 40.2 125.07 112.88 -
System Red Green Blue C M Y K H S L
Decimal 19 52 35 0.63 0 0.33 0.80 149.09 0.46 0.14
Hex 13 34 23 3F 0 21 50 95 2E E
Octal 23 64 43 77 0 41 120 225 56 16
Binary 10011 110100 100011 111111 0 100001 1010000 10010101 101110 1110

Color Harmonies of #133423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133423

Black with #133423

Text Example


Text Example

White with #133423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133423; }

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

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

background-color css

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

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

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

border-color css

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

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

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