Html Css Color HEX #414425 Green Kelp

📋 copy color: '#414425'

red 65 ◦ green 68 ◦ blue 37

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

Shades of Green Kelp #414425

Tints of Green Kelp #414425

RGB

 RED value IS 65 (25.78% from 255) = 38.24%

 GREEN value IS 68 (26.95% from 255) = 40%

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

R = 38.24%
G = 40%
B = 21.76%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.46

 K value IS 0.73

RGB Variations

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

Color information

#414425 (or 0x414425) is known color: Green Kelp. HEX triplet: 41, 44 and 25. RGB value is (65,68,37). Sum of RGB (Red+Green+Blue) = 65+68+37=170 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.24% from 170); Green value is 68 (26.95% from 255 or 40% from 170); Blue value is 37 (14.84% from 255 or 21.76% from 170); Max value from RGB is 68 - color contains mainly: green. Hex color #414425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414425 is #BEBBDA. Grayscale: #3F3F3F. Windows color (decimal): -12499931 or 2442305. OLE color: 2442305.

HSL color Cylindrical-coordinate representation of color #414425: hue angle of 65.81º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #414425 is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.73.

Color convert

RGB 65 68 37 -
CMYK 0.04 0 0.46 0.73
HSL 65.81º 0.3% 0.21% -
HSV(B) 65.81º 0.46% 0.27% -
XYZ 4.58 5.39 2.55 -
YUV 63.57 113.01 129.02 -
System Red Green Blue C M Y K H S L
Decimal 65 68 37 0.04 0 0.46 0.73 65.81 0.3 0.21
Hex 41 44 25 4 0 2E 49 42 1E 15
Octal 101 104 45 4 0 56 111 102 36 25
Binary 1000001 1000100 100101 100 0 101110 1001001 1000010 11110 10101

Color Harmonies of #414425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414425

Black with #414425

Text Example


Text Example

White with #414425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414425; }

 p { color: rgb(65,68,37); }

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

background-color css

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

 a { background-color: rgb(65,68,37); }

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

border-color css

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

 span { border-color: rgb(65,68,37); }

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