Html Css Color HEX #363A2A Green Kelp

📋 copy color: '#363A2A'

red 54 ◦ green 58 ◦ blue 42

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

Shades of Green Kelp #363A2A

Tints of Green Kelp #363A2A

RGB

 RED value IS 54 (21.48% from 255) = 35.06%

 GREEN value IS 58 (23.05% from 255) = 37.66%

 BLUE value IS 42 (16.8% from 255) = 27.27%

R = 35.06%
G = 37.66%
B = 27.27%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.28

 K value IS 0.77

RGB Variations

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

Color information

#363A2A (or 0x363A2A) is known color: Green Kelp. HEX triplet: 36, 3A and 2A. RGB value is (54,58,42). Sum of RGB (Red+Green+Blue) = 54+58+42=154 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.06% from 154); Green value is 58 (23.05% from 255 or 37.66% from 154); Blue value is 42 (16.80% from 255 or 27.27% from 154); Max value from RGB is 58 - color contains mainly: green. Hex color #363A2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363A2A is #C9C5D5. Grayscale: #373737. Windows color (decimal): -13223382 or 2767414. OLE color: 2767414.

HSL color Cylindrical-coordinate representation of color #363A2A: hue angle of 75º degrees, saturation: 0.16, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #363A2A is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.77.

Color convert

RGB 54 58 42 -
CMYK 0.07 0 0.28 0.77
HSL 75º 0.16% 0.2% -
HSV(B) 75º 0.28% 0.23% -
XYZ 3.45 3.98 2.78 -
YUV 54.98 120.67 127.3 -
System Red Green Blue C M Y K H S L
Decimal 54 58 42 0.07 0 0.28 0.77 75 0.16 0.2
Hex 36 3A 2A 7 0 1C 4D 4B 10 14
Octal 66 72 52 7 0 34 115 113 20 24
Binary 110110 111010 101010 111 0 11100 1001101 1001011 10000 10100

Color Harmonies of #363A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363A2A

Black with #363A2A

Text Example


Text Example

White with #363A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363A2A; }

 p { color: rgb(54,58,42); }

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

background-color css

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

 a { background-color: rgb(54,58,42); }

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

border-color css

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

 span { border-color: rgb(54,58,42); }

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