Html Css Color HEX #383F15 Turtle Green

📋 copy color: '#383F15'

red 56 ◦ green 63 ◦ blue 21

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

Shades of Turtle Green #383F15

Tints of Turtle Green #383F15

RGB

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

 GREEN value IS 63 (25% from 255) = 45%

 BLUE value IS 21 (8.59% from 255) = 15%

R = 40%
G = 45%
B = 15%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.67

 K value IS 0.75

RGB Variations

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

Color information

#383F15 (or 0x383F15) is known color: Turtle Green. HEX triplet: 38, 3F and 15. RGB value is (56,63,21). Sum of RGB (Red+Green+Blue) = 56+63+21=140 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40% from 140); Green value is 63 (25% from 255 or 45% from 140); Blue value is 21 (8.59% from 255 or 15% from 140); Max value from RGB is 63 - color contains mainly: green. Hex color #383F15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383F15 is #C7C0EA. Grayscale: #383838. Windows color (decimal): -13091051 or 1392440. OLE color: 1392440.

HSL color Cylindrical-coordinate representation of color #383F15: hue angle of 70º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #383F15 is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.75.

Color convert

RGB 56 63 21 -
CMYK 0.11 0 0.67 0.75
HSL 70º 0.5% 0.16% -
HSV(B) 70º 0.67% 0.25% -
XYZ 3.54 4.45 1.38 -
YUV 56.12 108.18 127.92 -
System Red Green Blue C M Y K H S L
Decimal 56 63 21 0.11 0 0.67 0.75 70 0.5 0.16
Hex 38 3F 15 B 0 43 4B 46 32 10
Octal 70 77 25 13 0 103 113 106 62 20
Binary 111000 111111 10101 1011 0 1000011 1001011 1000110 110010 10000

Color Harmonies of #383F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383F15

Black with #383F15

Text Example


Text Example

White with #383F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,63,21); }

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

background-color css

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

 a { background-color: rgb(56,63,21); }

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

border-color css

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

 span { border-color: rgb(56,63,21); }

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