Html Css Color HEX #383C27 Green Kelp

📋 copy color: '#383C27'

red 56 ◦ green 60 ◦ blue 39

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

Shades of Green Kelp #383C27

Tints of Green Kelp #383C27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 25.16%

R = 36.13%
G = 38.71%
B = 25.16%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.35

 K value IS 0.76

RGB Variations

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

Color information

#383C27 (or 0x383C27) is known color: Green Kelp. HEX triplet: 38, 3C and 27. RGB value is (56,60,39). Sum of RGB (Red+Green+Blue) = 56+60+39=155 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.13% from 155); Green value is 60 (23.83% from 255 or 38.71% from 155); Blue value is 39 (15.62% from 255 or 25.16% from 155); Max value from RGB is 60 - color contains mainly: green. Hex color #383C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383C27 is #C7C3D8. Grayscale: #383838. Windows color (decimal): -13091801 or 2571320. OLE color: 2571320.

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

Color convert

RGB 56 60 39 -
CMYK 0.07 0 0.35 0.76
HSL 71.43º 0.21% 0.19% -
HSV(B) 71.43º 0.35% 0.24% -
XYZ 3.61 4.22 2.54 -
YUV 56.41 118.17 127.71 -
System Red Green Blue C M Y K H S L
Decimal 56 60 39 0.07 0 0.35 0.76 71.43 0.21 0.19
Hex 38 3C 27 7 0 23 4C 47 15 13
Octal 70 74 47 7 0 43 114 107 25 23
Binary 111000 111100 100111 111 0 100011 1001100 1000111 10101 10011

Color Harmonies of #383C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383C27

Black with #383C27

Text Example


Text Example

White with #383C27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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