Html Css Color HEX #383F10 Turtle Green

📋 copy color: '#383F10'

red 56 ◦ green 63 ◦ blue 16

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

Shades of Turtle Green #383F10

Tints of Turtle Green #383F10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 11.85%

R = 41.48%
G = 46.67%
B = 11.85%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.75

 K value IS 0.75

RGB Variations

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

Color information

#383F10 (or 0x383F10) is known color: Turtle Green. HEX triplet: 38, 3F and 10. RGB value is (56,63,16). Sum of RGB (Red+Green+Blue) = 56+63+16=135 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.48% from 135); Green value is 63 (25% from 255 or 46.67% from 135); Blue value is 16 (6.64% from 255 or 11.85% from 135); Max value from RGB is 63 - color contains mainly: green. Hex color #383F10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383F10 is #C7C0EF. Grayscale: #373737. Windows color (decimal): -13091056 or 1064760. OLE color: 1064760.

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

Color convert

RGB 56 63 16 -
CMYK 0.11 0 0.75 0.75
HSL 68.94º 0.59% 0.15% -
HSV(B) 68.94º 0.75% 0.25% -
XYZ 3.5 4.43 1.16 -
YUV 55.55 105.68 128.32 -
System Red Green Blue C M Y K H S L
Decimal 56 63 16 0.11 0 0.75 0.75 68.94 0.59 0.15
Hex 38 3F 10 B 0 4B 4B 45 3B F
Octal 70 77 20 13 0 113 113 105 73 17
Binary 111000 111111 10000 1011 0 1001011 1001011 1000101 111011 1111

Color Harmonies of #383F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383F10

Black with #383F10

Text Example


Text Example

White with #383F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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