Html Css Color HEX #383C21 Turtle Green

📋 copy color: '#383C21'

red 56 ◦ green 60 ◦ blue 33

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

Shades of Turtle Green #383C21

Tints of Turtle Green #383C21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 22.15%

R = 37.58%
G = 40.27%
B = 22.15%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.45

 K value IS 0.76

RGB Variations

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

Color information

#383C21 (or 0x383C21) is known color: Turtle Green. HEX triplet: 38, 3C and 21. RGB value is (56,60,33). Sum of RGB (Red+Green+Blue) = 56+60+33=149 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.58% from 149); Green value is 60 (23.83% from 255 or 40.27% from 149); Blue value is 33 (13.28% from 255 or 22.15% from 149); Max value from RGB is 60 - color contains mainly: green. Hex color #383C21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383C21 is #C7C3DE. Grayscale: #373737. Windows color (decimal): -13091807 or 2178104. OLE color: 2178104.

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

Color convert

RGB 56 60 33 -
CMYK 0.07 0 0.45 0.76
HSL 68.89º 0.29% 0.18% -
HSV(B) 68.89º 0.45% 0.24% -
XYZ 3.52 4.18 2.06 -
YUV 55.73 115.17 128.2 -
System Red Green Blue C M Y K H S L
Decimal 56 60 33 0.07 0 0.45 0.76 68.89 0.29 0.18
Hex 38 3C 21 7 0 2D 4C 45 1D 12
Octal 70 74 41 7 0 55 114 105 35 22
Binary 111000 111100 100001 111 0 101101 1001100 1000101 11101 10010

Color Harmonies of #383C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383C21

Black with #383C21

Text Example


Text Example

White with #383C21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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