Html Css Color HEX #3A4023 Green Kelp

📋 copy color: '#3A4023'

red 58 ◦ green 64 ◦ blue 35

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

Shades of Green Kelp #3A4023

Tints of Green Kelp #3A4023

RGB

 RED value IS 58 (23.05% from 255) = 36.94%

 GREEN value IS 64 (25.39% from 255) = 40.76%

 BLUE value IS 35 (14.06% from 255) = 22.29%

R = 36.94%
G = 40.76%
B = 22.29%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.45

 K value IS 0.75

RGB Variations

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

Color information

#3A4023 (or 0x3A4023) is known color: Green Kelp. HEX triplet: 3A, 40 and 23. RGB value is (58,64,35). Sum of RGB (Red+Green+Blue) = 58+64+35=157 (20% of max value = 765). Red value is 58 (23.05% from 255 or 36.94% from 157); Green value is 64 (25.39% from 255 or 40.76% from 157); Blue value is 35 (14.06% from 255 or 22.29% from 157); Max value from RGB is 64 - color contains mainly: green. Hex color #3A4023 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4023 is #C5BFDC. Grayscale: #3B3B3B. Windows color (decimal): -12959709 or 2310202. OLE color: 2310202.

HSL color Cylindrical-coordinate representation of color #3A4023: hue angle of 72.41º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3A4023 is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.75.

Color convert

RGB 58 64 35 -
CMYK 0.09 0 0.45 0.75
HSL 72.41º 0.29% 0.19% -
HSV(B) 72.41º 0.45% 0.25% -
XYZ 3.88 4.69 2.29 -
YUV 58.9 114.51 127.36 -
System Red Green Blue C M Y K H S L
Decimal 58 64 35 0.09 0 0.45 0.75 72.41 0.29 0.19
Hex 3A 40 23 9 0 2D 4B 48 1D 13
Octal 72 100 43 11 0 55 113 110 35 23
Binary 111010 1000000 100011 1001 0 101101 1001011 1001000 11101 10011

Color Harmonies of #3A4023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4023

Black with #3A4023

Text Example


Text Example

White with #3A4023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A4023; }

 p { color: rgb(58,64,35); }

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

background-color css

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

 a { background-color: rgb(58,64,35); }

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

border-color css

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

 span { border-color: rgb(58,64,35); }

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