Html Css Color HEX #383F04 Turtle Green

📋 copy color: '#383F04'

red 56 ◦ green 63 ◦ blue 4

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

Shades of Turtle Green #383F04

Tints of Turtle Green #383F04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.25%

R = 45.53%
G = 51.22%
B = 3.25%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.94

 K value IS 0.75

RGB Variations

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

Color information

#383F04 (or 0x383F04) is known color: Turtle Green. HEX triplet: 38, 3F and 04. RGB value is (56,63,4). Sum of RGB (Red+Green+Blue) = 56+63+4=123 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.53% from 123); Green value is 63 (25% from 255 or 51.22% from 123); Blue value is 4 (1.95% from 255 or 3.25% from 123); Max value from RGB is 63 - color contains mainly: green. Hex color #383F04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383F04 is #C7C0FB. Grayscale: #363636. Windows color (decimal): -13091068 or 278328. OLE color: 278328.

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

Color convert

RGB 56 63 4 -
CMYK 0.11 0 0.94 0.75
HSL 67.12º 0.88% 0.13% -
HSV(B) 67.12º 0.94% 0.25% -
XYZ 3.43 4.4 0.78 -
YUV 54.18 99.68 129.3 -
System Red Green Blue C M Y K H S L
Decimal 56 63 4 0.11 0 0.94 0.75 67.12 0.88 0.13
Hex 38 3F 4 B 0 5E 4B 43 58 D
Octal 70 77 4 13 0 136 113 103 130 15
Binary 111000 111111 100 1011 0 1011110 1001011 1000011 1011000 1101

Color Harmonies of #383F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383F04

Black with #383F04

Text Example


Text Example

White with #383F04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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