Html Css Color HEX #103425 Cardin Green

📋 copy color: '#103425'

red 16 ◦ green 52 ◦ blue 37

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

Shades of Cardin Green #103425

Tints of Cardin Green #103425

RGB

 RED value IS 16 (6.64% from 255) = 15.24%

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

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

R = 15.24%
G = 49.52%
B = 35.24%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.29

 K value IS 0.80

RGB Variations

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

Color information

#103425 (or 0x103425) is known color: Cardin Green. HEX triplet: 10, 34 and 25. RGB value is (16,52,37). Sum of RGB (Red+Green+Blue) = 16+52+37=105 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.24% from 105); Green value is 52 (20.70% from 255 or 49.52% from 105); Blue value is 37 (14.84% from 255 or 35.24% from 105); Max value from RGB is 52 - color contains mainly: green. Hex color #103425 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103425 is #EFCBDA. Grayscale: #272727. Windows color (decimal): -15715291 or 2438160. OLE color: 2438160.

HSL color Cylindrical-coordinate representation of color #103425: hue angle of 155º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #103425 is Cyan = 0.69, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.80.

Color convert

RGB 16 52 37 -
CMYK 0.69 0 0.29 0.80
HSL 155º 0.53% 0.13% -
HSV(B) 155º 0.69% 0.2% -
XYZ 1.78 2.7 2.18 -
YUV 39.53 126.57 111.22 -
System Red Green Blue C M Y K H S L
Decimal 16 52 37 0.69 0 0.29 0.80 155 0.53 0.13
Hex 10 34 25 45 0 1D 50 9B 35 D
Octal 20 64 45 105 0 35 120 233 65 15
Binary 10000 110100 100101 1000101 0 11101 1010000 10011011 110101 1101

Color Harmonies of #103425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103425

Black with #103425

Text Example


Text Example

White with #103425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103425; }

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

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

background-color css

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

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

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

border-color css

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

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

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