Html Css Color HEX #383C24 Green Kelp

📋 copy color: '#383C24'

red 56 ◦ green 60 ◦ blue 36

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

Shades of Green Kelp #383C24

Tints of Green Kelp #383C24

RGB

 RED value IS 56 (22.27% from 255) = 36.84%

 GREEN value IS 60 (23.83% from 255) = 39.47%

 BLUE value IS 36 (14.45% from 255) = 23.68%

R = 36.84%
G = 39.47%
B = 23.68%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.40

 K value IS 0.76

RGB Variations

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

Color information

#383C24 (or 0x383C24) is known color: Green Kelp. HEX triplet: 38, 3C and 24. RGB value is (56,60,36). Sum of RGB (Red+Green+Blue) = 56+60+36=152 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.84% from 152); Green value is 60 (23.83% from 255 or 39.47% from 152); Blue value is 36 (14.45% from 255 or 23.68% from 152); Max value from RGB is 60 - color contains mainly: green. Hex color #383C24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383C24 is #C7C3DB. Grayscale: #383838. Windows color (decimal): -13091804 or 2374712. OLE color: 2374712.

HSL color Cylindrical-coordinate representation of color #383C24: hue angle of 70º degrees, saturation: 0.25, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #383C24 is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.76.

Color convert

RGB 56 60 36 -
CMYK 0.07 0 0.40 0.76
HSL 70º 0.25% 0.19% -
HSV(B) 70º 0.4% 0.24% -
XYZ 3.57 4.2 2.29 -
YUV 56.07 116.67 127.95 -
System Red Green Blue C M Y K H S L
Decimal 56 60 36 0.07 0 0.40 0.76 70 0.25 0.19
Hex 38 3C 24 7 0 28 4C 46 19 13
Octal 70 74 44 7 0 50 114 106 31 23
Binary 111000 111100 100100 111 0 101000 1001100 1000110 11001 10011

Color Harmonies of #383C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383C24

Black with #383C24

Text Example


Text Example

White with #383C24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383C24; }

 p { color: rgb(56,60,36); }

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

background-color css

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

 a { background-color: rgb(56,60,36); }

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

border-color css

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

 span { border-color: rgb(56,60,36); }

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