Html Css Color HEX #133425 Cardin Green

📋 copy color: '#133425'

red 19 ◦ green 52 ◦ blue 37

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

Shades of Cardin Green #133425

Tints of Cardin Green #133425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 34.26%

R = 17.59%
G = 48.15%
B = 34.26%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.29

 K value IS 0.80

RGB Variations

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

Color information

#133425 (or 0x133425) is known color: Cardin Green. HEX triplet: 13, 34 and 25. RGB value is (19,52,37). Sum of RGB (Red+Green+Blue) = 19+52+37=108 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.59% from 108); Green value is 52 (20.70% from 255 or 48.15% from 108); Blue value is 37 (14.84% from 255 or 34.26% from 108); Max value from RGB is 52 - color contains mainly: green. Hex color #133425 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133425 is #ECCBDA. Grayscale: #282828. Windows color (decimal): -15518683 or 2438163. OLE color: 2438163.

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

Color convert

RGB 19 52 37 -
CMYK 0.63 0 0.29 0.80
HSL 152.73º 0.46% 0.14% -
HSV(B) 152.73º 0.63% 0.2% -
XYZ 1.83 2.73 2.18 -
YUV 40.42 126.07 112.72 -
System Red Green Blue C M Y K H S L
Decimal 19 52 37 0.63 0 0.29 0.80 152.73 0.46 0.14
Hex 13 34 25 3F 0 1D 50 99 2E E
Octal 23 64 45 77 0 35 120 231 56 16
Binary 10011 110100 100101 111111 0 11101 1010000 10011001 101110 1110

Color Harmonies of #133425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133425

Black with #133425

Text Example


Text Example

White with #133425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133425; }

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

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

background-color css

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

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

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

border-color css

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

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

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