Html Css Color HEX #133825 Cardin Green

📋 copy color: '#133825'

red 19 ◦ green 56 ◦ blue 37

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

Shades of Cardin Green #133825

Tints of Cardin Green #133825

RGB

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

 GREEN value IS 56 (22.27% from 255) = 50%

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

R = 16.96%
G = 50%
B = 33.04%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.34

 K value IS 0.78

RGB Variations

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

Color information

#133825 (or 0x133825) is known color: Cardin Green. HEX triplet: 13, 38 and 25. RGB value is (19,56,37). Sum of RGB (Red+Green+Blue) = 19+56+37=112 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.96% from 112); Green value is 56 (22.27% from 255 or 50% from 112); Blue value is 37 (14.84% from 255 or 33.04% from 112); Max value from RGB is 56 - color contains mainly: green. Hex color #133825 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133825 is #ECC7DA. Grayscale: #2A2A2A. Windows color (decimal): -15517659 or 2439187. OLE color: 2439187.

HSL color Cylindrical-coordinate representation of color #133825: hue angle of 149.19º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #133825 is Cyan = 0.66, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.78.

Color convert

RGB 19 56 37 -
CMYK 0.66 0 0.34 0.78
HSL 149.19º 0.49% 0.15% -
HSV(B) 149.19º 0.66% 0.22% -
XYZ 2.02 3.1 2.24 -
YUV 42.77 124.74 111.04 -
System Red Green Blue C M Y K H S L
Decimal 19 56 37 0.66 0 0.34 0.78 149.19 0.49 0.15
Hex 13 38 25 42 0 22 4E 95 31 F
Octal 23 70 45 102 0 42 116 225 61 17
Binary 10011 111000 100101 1000010 0 100010 1001110 10010101 110001 1111

Color Harmonies of #133825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133825

Black with #133825

Text Example


Text Example

White with #133825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133825; }

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

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

background-color css

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

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

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

border-color css

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

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

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