Html Css Color HEX #383D27 Green Kelp

📋 copy color: '#383D27'

red 56 ◦ green 61 ◦ blue 39

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

Shades of Green Kelp #383D27

Tints of Green Kelp #383D27

RGB

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

 GREEN value IS 61 (24.22% from 255) = 39.1%

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

R = 35.9%
G = 39.1%
B = 25%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.36

 K value IS 0.76

RGB Variations

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

Color information

#383D27 (or 0x383D27) is known color: Green Kelp. HEX triplet: 38, 3D and 27. RGB value is (56,61,39). Sum of RGB (Red+Green+Blue) = 56+61+39=156 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.90% from 156); Green value is 61 (24.22% from 255 or 39.10% from 156); Blue value is 39 (15.62% from 255 or 25% from 156); Max value from RGB is 61 - color contains mainly: green. Hex color #383D27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383D27 is #C7C2D8. Grayscale: #393939. Windows color (decimal): -13091545 or 2571576. OLE color: 2571576.

HSL color Cylindrical-coordinate representation of color #383D27: hue angle of 73.64º degrees, saturation: 0.22, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #383D27 is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.76.

Color convert

RGB 56 61 39 -
CMYK 0.08 0 0.36 0.76
HSL 73.64º 0.22% 0.2% -
HSV(B) 73.64º 0.36% 0.24% -
XYZ 3.67 4.32 2.56 -
YUV 57 117.84 127.29 -
System Red Green Blue C M Y K H S L
Decimal 56 61 39 0.08 0 0.36 0.76 73.64 0.22 0.2
Hex 38 3D 27 8 0 24 4C 4A 16 14
Octal 70 75 47 10 0 44 114 112 26 24
Binary 111000 111101 100111 1000 0 100100 1001100 1001010 10110 10100

Color Harmonies of #383D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383D27

Black with #383D27

Text Example


Text Example

White with #383D27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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