Html Css Color HEX #383C23 Green Kelp

📋 copy color: '#383C23'

red 56 ◦ green 60 ◦ blue 35

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

Shades of Green Kelp #383C23

Tints of Green Kelp #383C23

RGB

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

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

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

R = 37.09%
G = 39.74%
B = 23.18%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.42

 K value IS 0.76

RGB Variations

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

Color information

#383C23 (or 0x383C23) is known color: Green Kelp. HEX triplet: 38, 3C and 23. RGB value is (56,60,35). Sum of RGB (Red+Green+Blue) = 56+60+35=151 (20% of max value = 765). Red value is 56 (22.27% from 255 or 37.09% from 151); Green value is 60 (23.83% from 255 or 39.74% from 151); Blue value is 35 (14.06% from 255 or 23.18% from 151); Max value from RGB is 60 - color contains mainly: green. Hex color #383C23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383C23 is #C7C3DC. Grayscale: #383838. Windows color (decimal): -13091805 or 2309176. OLE color: 2309176.

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

Color convert

RGB 56 60 35 -
CMYK 0.07 0 0.42 0.76
HSL 69.6º 0.26% 0.19% -
HSV(B) 69.6º 0.42% 0.24% -
XYZ 3.55 4.19 2.21 -
YUV 55.95 116.17 128.03 -
System Red Green Blue C M Y K H S L
Decimal 56 60 35 0.07 0 0.42 0.76 69.6 0.26 0.19
Hex 38 3C 23 7 0 2A 4C 46 1A 13
Octal 70 74 43 7 0 52 114 106 32 23
Binary 111000 111100 100011 111 0 101010 1001100 1000110 11010 10011

Color Harmonies of #383C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383C23

Black with #383C23

Text Example


Text Example

White with #383C23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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