Html Css Color HEX #143325 Cardin Green

📋 copy color: '#143325'

red 20 ◦ green 51 ◦ blue 37

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

Shades of Cardin Green #143325

Tints of Cardin Green #143325

RGB

 RED value IS 20 (8.2% from 255) = 18.52%

 GREEN value IS 51 (20.31% from 255) = 47.22%

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

R = 18.52%
G = 47.22%
B = 34.26%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.27

 K value IS 0.8

RGB Variations

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

Color information

#143325 (or 0x143325) is known color: Cardin Green. HEX triplet: 14, 33 and 25. RGB value is (20,51,37). Sum of RGB (Red+Green+Blue) = 20+51+37=108 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.52% from 108); Green value is 51 (20.31% from 255 or 47.22% from 108); Blue value is 37 (14.84% from 255 or 34.26% from 108); Max value from RGB is 51 - color contains mainly: green. Hex color #143325 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143325 is #EBCCDA. Grayscale: #282828. Windows color (decimal): -15453403 or 2437908. OLE color: 2437908.

HSL color Cylindrical-coordinate representation of color #143325: hue angle of 152.9º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #143325 is Cyan = 0.61, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.8.

Color convert

RGB 20 51 37 -
CMYK 0.61 0 0.27 0.8
HSL 152.9º 0.44% 0.14% -
HSV(B) 152.9º 0.61% 0.2% -
XYZ 1.81 2.65 2.17 -
YUV 40.14 126.23 113.64 -
System Red Green Blue C M Y K H S L
Decimal 20 51 37 0.61 0 0.27 0.8 152.9 0.44 0.14
Hex 14 33 25 3D 0 1B 50 99 2C E
Octal 24 63 45 75 0 33 120 231 54 16
Binary 10100 110011 100101 111101 0 11011 1010000 10011001 101100 1110

Color Harmonies of #143325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143325

Black with #143325

Text Example


Text Example

White with #143325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143325; }

 p { color: rgb(20,51,37); }

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

background-color css

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

 a { background-color: rgb(20,51,37); }

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

border-color css

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

 span { border-color: rgb(20,51,37); }

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